← Back to team overview

yade-users team mailing list archive

Re: [Question #660136]: Yade On CentOs

 

Question #660136 on Yade changed:
https://answers.launchpad.net/yade/+question/660136

    Status: Open => Answered

Janek Kozicki proposed the following answer:
On first look at "_ZN5boost7archive17archive_exceptionC1ERKS1_" it seems
that the symbol boost::archive::archive_exception cannot be found. The
library names to link with might be different on centOS, I don't know
that. But something similar to this one

-lboost_serialization

might be missing from $LIBS during compilation. The file name in
question you should find by command:

find /usr/lib -iname "*boost_ser*"

On debian I find file "/usr/lib/x86_64-linux-
gnu/libboost_serialization.so" and after cutting out the beginning "lib"
and ending ".so" I get "boost_serialization" which is then supplied with
"-l" to the $LIBS for the linker.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.