I can't find doc on this anywhere... What needs to be done to buildworld with Intel icc on RELENG_5 (or even RELENG_4)? I set the following in /etc/make.conf with no luck: PATH=/usr/local/intel_cc_80/bin:/bin:/usr/bin:/sbin:/usr/sbin CC=icc CXX=icpc NO_CXX= true Thanks, -Mike
On 7/13/05, Mike <sturdee@mikesweb.com> wrote:> I can't find doc on this anywhere... > > What needs to be done to buildworld with Intel icc on RELENG_5 (or even > RELENG_4)? > > I set the following in /etc/make.conf with no luck: > > PATH=/usr/local/intel_cc_80/bin:/bin:/usr/bin:/sbin:/usr/sbin > > CC=icc > CXX=icpc > NO_CXX= true > > > Thanks, > > -MikeI am not sure if this is a good idea (compiling world with a non system compiler) ! However you might need to add path info to CC eg. CC=usr/local/intel_cc_80/icc -- Regards. Abu Khaled
To use icc for builds, try the following environment: ICC_LOCALBASE=/usr/local/intel_cc_80 CC=icc CXX=icpc CFLAGS="-O -march=pentiumiii -xK" CXXFLAGS=${CXXFLAGS:-$CFLAGS} LD=$ICC_LOCALBASE/bin/ldwrapper/ld PATH=$ICC_LOCALBASE/bin:$PATH MANPATH=$ICC_LOCALBASE/man:$MANPATH FWIW, I only build ports with icc. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |