6 Mar
2002
6 Mar
'02
10:08 a.m.
Hiya I'm trying to build boost 1.27.0 on a Debian linux system. I've built the boost version of jam. Both g++ 2.95.3 and g++ 3.0.3 are installed. I'm pretty sure I've made the appropriate changes to get g++ 3.0 to be used in the build process. I've used various versions of the command line recommended in the documentation. Very few of the builds work, becuse of this: g++-3.0 -c -Wall -ftemplate-depth-100 -I"libs/regex/build" -o "libs/regex/build/bin/libboost_regex.a/gcc-3/debug/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp" Somehow the <include> directive isn't working. Any clues? TIA Karl M