$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Bug in linking with MSVC shared debugging in tag.py
From: Adam Ehlers Nyholm Thomsen (adam_at_[hidden])
Date: 2010-09-23 05:43:06
When running the tag.py test with --verbose and msvc-9.0 I get the
following in the log file:
call "C:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\vcvarsall.bat" x86 >nul
link call "C:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\vcvarsall.bat" x86 >nul
link /NOLOGO /NOLOGO /INCREMENTAL:NO /INCREMENTAL:NO /DEBUG /DEBUG
/MACHINE:X86 /MACHINE:X86 /subsystem:console /subsystem:console
/out:"bin\msvc-9.0\debug\a_ds.exe"
@"bin\msvc-9.0\debug\a_ds.exe.rsp"
if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%
The double call to link seems wrong, however I can't find where or how
to fix it.
/Adam