25 Aug
2011
25 Aug
'11
2:11 a.m.
The file user-config.jam allow to you set a multiple gcc config. 1. copy tools/build/v2/user-config.jam into your $HOME directory 2. and set gcc 4.4 option # Configure specific gcc version, giving alternative name to use. using gcc : 4.4 : g++44 ; 3. run ./bootstrap.sh from boost root directory 4. run bjam with toolset option and your options like: ./bjam toolset=gcc-4.4 ----- Alexei Valyaev -- View this message in context: http://boost.2283326.n4.nabble.com/build-cannot-specify-different-version-of... Sent from the Boost - Users mailing list archive at Nabble.com.