Boost logo

Boost-Build :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-12-11 16:16:30


David Abrahams wrote:
> I know it autoconfigures the version number. My point is:
>
> using gcc : 3.4.2 : /tools/MinGW/bin/g++.exe ;
> using gcc : 3.4.2 : /usr/local/gcc-3.4.2/bin/g++.exe ;
>
> is at best confusing and at worst ambiguous to the system.

I was asking exactly this question a number of times before, but to no
result.

However I was able to
using gcc : mingw.3.4 : "C:/Mingw/bin/g++.exe" ;

This works, but generates "ugly" names in the bin directory since
"mingw" appears twice in it.

And btw.,

using gcc : mingw-3.4 : "C:/Mingw/bin/g++.exe" ;

or

using gcc : 3.4-mingw : "C:/Mingw/bin/g++.exe" ;

did both not work.

Roland


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