$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: karl_m_au (karlm_at_[hidden])
Date: 2002-03-08 19:12:10
--- In Boost-Users_at_y..., Vadim Egorov <egorovv_at_y...> wrote:
> I guess you have the g++ 3.0 binary installed as g++3.0.
> I have a similar situation with FreeBSD where it is called
> g++30. To be able to switch compilers I've made the changes
> below - and now I can add -sCXX=g++30 ($(CC) is not really
> used) to use g++30 as a compiler - works for me.
>
Yeah, Debian uses g++-3.0, but I've already made similar changes.
The problem is not in gcc-tools.jam, so far as I can tell.
Somehow BOOST_ROOT isn't getting initialised/passed on to
that file correctly.
Karl M