> C:\boost_1_54_0> bootstrap.bat mingwI have a specific question about this:
> Building Boost.Build engine
> ...
> C:\boost_1_54_0> bjam toolset=gcc
When you do as you've written, I believe this makes compiled library
files in boost_root\stage. In order to use MinGW you must then copy
these files to \MinGW\lib, and also copy the headers to a directory
called \MinGW\include\boost (since boost headers are supposed to be
included as #include "boost\boost_lib". Is this what you did? This
method of copying files bypasses pkg-config and the entire autotools
utility system, so how do you manage your build system? Do you simply
pass flags to your build system to ensure the libs are found?
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users