$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Müller (jens.mueller_at_[hidden])
Date: 2007-02-19 10:27:14
Hi there,
I want to build CVS Boost with gcc 3.4 (the executables are called
gcc34/g++34 on my site).
With 1.33.1, this
GCC=gcc34 GXX=g++34 ./configure
--prefix=/home/jmueller/software-gcc34/boost
--with-libraries=program_options
CC=gcc34 GXX=g++34 make
worked.
But the build system for CVS Boost generates libs with gcc41 in the
name. So I doubt this is the correct way ...
What options do I have to use?