Boost logo

Boost-Build :

Subject: Re: [Boost-build] possible bug when cross compiling linux->windows
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-07-01 00:02:20


AMDG

Moritz Hassert wrote:
> It seems like the toolset flavor 'mingw' that is auto detected for the cross
> compiler is somehow applied to all toolset versions, not only the actual
> mingw.
>

Yep. I've hacked my working copy to allow mixing of
mingw and cygwin. This doesn't work perfectly as
I also had to put

using gcc : 4.4.1 : "C:/MinGW/bin/g++" ;
toolset.add-requirements
<toolset-gcc:version>4.4.1:<toolset-gcc:flavor>mingw ;

in user-config.jam

In Christ,
Steven Watanabe




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