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. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

