
AMDG On 01/24/2012 08:02 PM, Antony Polukhin wrote:
2012/1/24 René Rivera <grafikrobot@gmail.com>:
This looks like a configuration problem as the toolset command is missing from the commands. We need to know the toolset setup and the commands used to build.
Commands used to build: ./b2 OS: Ubuntu 11.04 Compiler: gcc (i have got a lot of gccs, but the default is 4.6.1)
It looks like there is a newline symbol in all gcc.compile.c++ lines (between object file name and -ftemplate-depth-128):
The newline is expected. The problem is that "g++" is missing. Check the output of ./b2 --debug-configuration to figure out what's wrong.
gcc.compile.c++ bin.v2/libs/python/build/gcc/release/link-static/threading-multi/object/inheritance.o
-ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc/release/link-static/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
/bin/sh: -ftemplate-depth-128: not found
In Christ, Steven Watanabe