|
Boost-Build : |
From: Johan Råde (rade_at_[hidden])
Date: 2006-03-12 07:13:43
I've solved the problem.
I build Boost using the command
bjam "-sTOOLS=vc-7_1" "-sZLIB_INCLUDE=C:/Qt/3.3.5/src/3rdparty/zlib" install
Then the static iostreams libraries are built succesfully.
Then I link my app with iostreams (statically) and with Qt (statically
or dynamically)
with the linker directive
/NODEFAULTLIB:"libboost_zlib-vc71-mt-s-1_33_1.lib"
Now everything works (since Qt on Windows contains zlib.)
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