Boost logo

Boost :

From: Sven Johannsen (Sven.Johannsen_at_[hidden])
Date: 2004-07-31 17:30:10


Hi,

when you compile the current boost with the following cmd-line the
thread-lib has a wrong filename:

bjam "-sTOOLS=msvc-stlport" "-sSTLPORT_PATH=D:\Develop"
"-sSTLPORT_VERSION=4.5.3"

this cmd-should generate "gdpn" files like:
boost_thread-vc6-mt-gdpn-1_31.dll

but it generate a "gdp" (without "n") file. the "n" stands for native
iostreams. (boost_thread-vc6-mt-gdp-1_31.lib)

the lib behave like "gdpn"-file, but i have to rename the lib. otherwise
i get the following linker error:

LINK : fatal error LNK1104: cannot open file
"boost_thread-vc6-mt-gdpn-1_31.lib"

who can modifier the jam-file. (i don't speak jam)

Sven


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk