Installation fails
After executing the following command for installation
./install.sh installaion/directory "icu boost ruby" -j4
I am getting following issue:
...failed updating 44 targets...
...skipped 24 targets...
...updated 1639 targets...
Error: cd "/home/navneet/1/MEMT/install/boost_1_49_0" && ./b2 --prefix=/home/navneet/1/MEMT/install/build --libdir=/home/navneet/1/MEMT/install/build/lib --layout=tagged link=static,shared threading=single,multi -j4
Kindly help
@kpu @hennande Can anyone solve this problem?
The errors you posted relate to boost being annoying to link for tests. But it also shows that Main.o didn't build which is a bigger concern. Unfortunately the errors of Main.o were not included in your paste.
@kpu solved it. Dues to my enviroment. When I change to gcc4.6 and the 64-bit linux syatem, this eoors came out. Thank you very much!
Hi @Lavine24, which gcc version did you choose at last?