yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #16832
Re: [Question #665049]: error when installing yade on centos
Question #665049 on Yade changed:
https://answers.launchpad.net/yade/+question/665049
Deepak posted a new comment:
Hi,
looking at this line :
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-
buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-
protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE
-fPIC -fwrapv -fPIC -DEIGEN_DONT_ALIGN -Isrc -I/usr/include/eigen3
-I/usr/local/include/eigen3 -Iminieigen -I/usr/include/python2.6 -c
src/minieigen.cpp -o build/temp.linux-x86_64-2.6/src/minieigen.o
I think that the boost libraries are not linked in your compilation, you
can manually set the path to the boost libraries in the setup.py file
(see lines 17 and 18 where you have to set the path for boost include
directory and the libraries directory).
--
You received this question notification because your team yade-users is
an answer contact for Yade.