
hello I wanna build boost1_40 on a linux 64 machine (this is the my machine configuration) 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64 GNU/Linux compiler Intel 11.0 when I run ./bjam --toolset=intel I have this error message "icpc" -c -xc++ -O3 -w1 -inline-level=2 -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/serialization/build/intel-linux/release/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp" ...failed intel-linux.compile.c++ bin.v2/libs/serialization/build/intel-linux/release/threading-multi/basic_text_iprimitive.o... intel-linux.compile.c++ bin.v2/libs/serialization/build/intel-linux/release/threading-multi/basic_text_oprimitive.o (0): internal error: backend signals compilation aborted for libs/serialization/src/basic_text_oprimitive.cpp (code 4) "icpc" -c -xc++ -O3 -w1 -inline-level=2 -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/serialization/build/intel-linux/release/threading-multi/basic_text_oprimitive.o" "libs/serialization/src/basic_text_oprimitive.cpp" ...failed intel-linux.compile.c++ bin.v2/libs/serialization/build/intel-linux/release/threading-multi/basic_text_oprimitive.o... intel-linux.compile.c++ bin.v2/libs/serialization/build/intel-linux/release/threading-multi/binary_iarchive.o (0): internal error: backend signals Please what wrong with this installing ? what should I change ?? Thanks

"hamidouche"
Hi, was the installation of bjam successful? Furthermore you can exclude the serialization library (and other libraries too) from build. Or try the GCC first. I do it this way. Compiling with GCC and debugging with intel debugger. Works great. Pirx!
participants (4)
-
Commander Pirx
-
hamidouche
-
Manish Kumar
-
Steven Watanabe