Boost logo

Boost Users :

Subject: Re: [Boost-users] [build] cannot specify different version of gcc
From: papafi (papafi_at_[hidden])
Date: 2011-08-24 22:11:14


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-gcc-tp3021591p3767181.html
Sent from the Boost - Users mailing list archive at Nabble.com.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net