5 Feb
2006
5 Feb
'06
10:25 a.m.
What is the best way to crossbuild on linux, using mingw32, to win32?
I dont see no description about such configuration on http://boost.org/more/getting_started.html
mingw executable is: i586-mingw32msvc-g++
If you follow the links to the description of the gcc (or mingw) toolset you'll see that the environment variable GXX can be set to the name of the executable to use, you'll need to set that in addition to the usual mingw setup options described in http://www.boost.org/tools/build/v1/mingw-tools.html John.