9 Mar
2002
9 Mar
'02
12:12 a.m.
--- In Boost-Users@y..., Vadim Egorov
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