Hello,

I am working on building boost but I get the following error with both Python 2.6 (default) and Python 2.7.

I am running a super simple build:
./bootstrap
./bjam --layout=tagged install

but i get the following error:


    "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/<python version>" -c -o "bin.v2/libs/python/build/gcc-4.4.7/release/threading-multi/numeric.o" "libs/python/src/numeric.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.4.7/release/threading-multi/numeric.o...

...failed updating 1 target...

...updated 8475 targets...


Please let me know if you hav any thoughts or need more information.

Thank you,

Mattie