Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2006-08-11 13:55:28


I'm trying to get Intel-9 setup to work with bbv2, but I'm getting errors
when linking:

intel-win.link
..\..\..\bin.v2\libs\config\test\config_info.test\intel-win-9\deb
ug\threading-multi\config_info.exe
xilink: executing 'link'
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.

/DEBUG
/subsystem:console
/out:..\..\..\bin.v2\libs\config\test\config_info.test\intel-win-9\debug\threadi
ng-multi\config_info.exe
..\..\..\bin.v2\libs\config\test\config_info.test\intel-win-9\debug\threading-mu
lti\config_info.obj
'-manifest' is not recognized as an internal or external command,
operable program or batch file.

        call "c:/program files/intel/compiler/c++/9.1/ia32/bin//iclvars.bat"
> n
ul
xilink /DEBUG /subsystem:console
/out:"..\..\..\bin.v2\libs\config\test\config_i
nfo.test\intel-win-9\debug\threading-multi\config_info.exe"
@"..\..\..\bin.v2\
libs\config\test\config_info.test\intel-win-9\debug\threading-multi\config_info.
exe.rsp"

I've confirmed that the same commands work when entered into the Intel
command line prompt. Even stranger: even if I invoke bjam from a shell that
has Intel-9 all set up, I still see the error. So it looks like the wrong
MS linker is being invoked (BTW my Intel 9.1 setup is set to use VC7.1 as
it's backend, *not* vc8).

I'm using:

using intel-win : 9 : "c:/program
files/intel/compiler/c++/9.1/ia32/bin/icl.exe" ;

In my user-config.jam if that helps.

Thanks, John.


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