Boost logo

Boost-Build :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2008-03-23 12:07:14


gcc has the ability to select a specific version
by means of the -Vx.y.z switch.

It seems that something similar is possible in
user-config.jam by explicitly naming the versioned
executable file.

On windows this is problematic since the versioned
executables for mingw lack the exe suffix (strange
but true). So the only way would be to specify
something like

g++ -V3.4.5

to select the correct version. Unfortunately boost-build
does not allow this :-(

I tried to use the <cxxflags>-V3.4.5 but then the compiler
driver complains about the -V not being the first
option on the command line.

Any ideas?

-- 
_________________________________________
  _  _  | Roland Schwarz
 |_)(_  | aka. speedsnail
 | \__) | mailto:roland.schwarz_at_[hidden]
________| http://www.blackspace.at

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