From: Markus Schoepflin (markus.schoepflin_at_[hidden])
Date: 2001-10-23 05:08:41


--- In boost_at_y..., Markus Schöpflin <markus.schoepflin_at_g...> wrote:

[snip]

>
> Problems:

[snip]

> - UNDEF flags somehow end up in the link line.
>
> link /nologo /DEBUG /PDB:"./build\bin\test\msvc-
stlport\debug\runtime-link-dynamic\stlport-iostream-on\stlport-
version-4.0\test.pdb" /out:"./build\bin\test\msvc-
stlport\debug\runtime-link-dynamic\stlport-iostream-on\stlport-
version-4.0\test.exe"
__STL_NO_SGI_IOSTREAMS /LIBPATH:C:\src\STLport-4.0
\lib "./build\bin\test\msvc-stlport\debug\runtime-link-
dynamic\stlport-iostream-on\stlport-version-4.0\test.obj"
>

The msvc link action contains $(UNDEFS) in the command line of the
linker. If I remove this, the command line looks better.

I can't think of any reason right now why the linker should know
about the undefines, looks like the variable simply shouldn't be
there.

Markus