Boost logo

Boost-Build :

From: Martin Wille (mw8329_at_[hidden])
Date: 2003-12-31 18:44:24


David Abrahams wrote:
> How are people testing with intel-linux 8.0? I've just installed the
> intel 8.0 compiler on my linux box and the toolset supplied by Boost
> doesn't even come close to being configurable to target that compiler.
>
> I have a modified toolset, but I don't want to check anything in
> until I know more.
>
> TIA,

My intel-8.0-linux toolset looks rather simple:

INTEL_LINUX_VERSION = "80" ;
INTEL_LINUX_ROOT = "/opt/intel" ;
include $(BOOST_ROOT)"/tools/build/v1/intel-linux-tools.jam" ;

However, I created a symbolic link named "compiler80" in
"/opt/intel". The link points to "/opt/intel_cc_80" which is
the install location here. Additionally, I created another
symbolic link named "ia32" inside "/opt/intel_cc_80". That
link points to ".".

This procedure worked fine for me, but I don't think
this should be required to be done by the end-user.

hth,
m

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk