Boost logo

Boost Users :

Subject: Re: [Boost-users] boost-users@lists.boost.org
From: Commander Pirx (CmdPirx_at_[hidden])
Date: 2009-10-12 09:40:57


"hamidouche" <khaledhamidouche_at_[hidden]> schrieb im Newsbeitrag
news:4AD31CDC.3080402_at_gmail.com...
> 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

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!


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net