Hi, On Wed, 2007-04-25 at 17:17 +0200, Carsten Neumann wrote: > Hi, > > we have some homegrown support for the intel compilers. However recent > scons versions have a "intelc" tool for these. Are there problems with > this or was it only added very recently ?
yes there were problems, at least it did not do what I wanted to do. > If we stick to the homegrown stuff, what is the meaning of the > cxxlib_icc argument to the Environment call ? tell the intel compiler to use its own c++ lib. Needed on systems where the intel compiler does not understand the gcc stdlib headers due to some magic assembler inlines (Currently our prism has this problem). This was one of the issues with the scons intel setup. regards, gerrit ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
