Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2006-09-08 05:36:58


Vladimir Prus wrote:
>> It turned out the intel-win toolset has a number of problems on
>> mainline.
>> Among other things, static libraries were broken, and it did not
>> work with
>> vc8 backend.

Unfortunately it's still broken for me:

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"
        if exist
"..\..\..\bin.v2\libs\config\test\config_info.test\intel-win-9\
debug\threading-multi\config_info.exe.manifest" (
             -manifest
"..\..\..\bin.v2\libs\config\test\config_info.test\intel-
win-9\debug\threading-multi\config_info.exe.manifest"
"-outputresource:..\..\..\
bin.v2\libs\config\test\config_info.test\intel-win-9\debug\threading-multi\confi
g_info.exe;1"
        )

Perversely if I paste the link command directly into the console then it
*does* link correctly.

Any ideas on how we might go about tracking this down?

Many 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