23 Aug
2018
23 Aug
'18
6:42 a.m.
Hi, in order to compile boost I need to tell the intel compiler which gcc version to use. I am trying to achive this with a user-config.jam using intel-linux : icpc : <cxxflags> -gcc-name=gcc-7 -gxx-name=g++-7 ; But none of the flags appear in the compile log. Which syntax am I supposed to use to get them working? Regards, Simon