Hi, Here is a small patch for a typo in tools/build/intel-linux-tools.jam
At the beginning of the same file, the default version of ICC is set to be 5.0; but the 6.0 version has been available for a long time, and now even ICC 7.0 is available as a non-commercial version on intel.com. Maybe it's time to change the default version of Intel compiler in Boost? Guillaume --- tools/build/intel-linux-tools.jam 17 Dec 2002 12:57:50 -0000 1.14 +++ tools/build/intel-linux-tools.jam 18 Dec 2002 08:55:55 -0000 @@ -83,7 +83,7 @@ DLLVERSION = $(DLLVERSION[1]) ; DLLVERSION ?= $(BOOST_VERSION) ; -flags inttel-linux TARGET_TYPE <target-type> ; +flags intel-linux TARGET_TYPE <target-type> ; #### Cc #### _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost