Hi,
Tried complete build via :
C:\Program Files\boost\boost_1_38_0> bjam ^
More? --build-dir="C:\Documents and Settings\dave\build-boost" ^
More? --build-type=complete msvc stage
as suggested in
http://www.boost.org/doc/libs/1_38_0/more/getting_started/windows.html#id12
Several libboost files generated. Unfortunately libboost_filesystem-vc90-mt-sgd-1_38.lib was not.
I then copied bjam.exe to "boost_1_38_0\boost_1_38_0\libs\filesystem\build" and reran the command above, but again libboost_filesystem-vc90-mt-sgd-1_38.lib was not created. Does anyone know how I can build just filesystem in order to get this file?
Thanks