
I have compiled boost 1.34.1 with gcc 4.2.1 (TDM-GCC) http://www.tdragon.net/recentgcc/ The below is my compile batch file @rem ------------- @set PYTHON_VERSION=2.4 @SET PYTHON_ROOT=c:\python24 @set BASEDIR=C:\HShen\boost @set BZIP2_SOURCE=%BASEDIR%\bzip2 @set ZLIB_SOURCE=%BASEDIR%\zlib bjam --toolset=gcc-4.2.1 threading=multi runtime-link=shared runtime-link=shared --with-date_time --with-filesystem --with-iostreams --with-program_options --with-python --with-regex --with-signals --with-test --with-thread --layout=system stage @rem bjam --toolset=gcc-4.2.1 threading=multi runtime-link=shared link=static --with-date_time --with-filesystem --with-iostreams --with-program_options --with-python --with-regex --with-signals --with-test --with-thread --layout=system stage @rem ------------- chun ping wang ??:
For some reason i can no longer specify the toolset to use ...when i run build.bat mingw on my windows machine.. it defaults to msvc.
Inside user-config.jam I have
using mingw : : C://Dev-Cpp//bin//gcc ;
but it keeps using msvc build. ------------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users