Question #660136 on Yade changed: https://answers.launchpad.net/yade/+question/660136
Janek Kozicki proposed the following answer: Maybe I should clarify few things: 1. from boost::archive::archive_exception to boost_serialization you can get by doing a quick google search for boost archive archive_exception and seeing that it is a part of boost serialization library 2. In case if in centOS the library is not called boost_serialization, you could try to find it without '_ser' part, like this: find /usr/lib -iname "*boost*" and looking at the names of files found then guessing which one to link with. 3. the $LIBS which I am talking about should be in fact automatically detected by CMakeFile.txt which is not the case. The solution seems to be specific to centOS, so I cannot advise in general. You can try looking for help for cmake on centOS forums, or try to add this -lboost_serialization (or whatever name you will find) by hand by looking at how other libraries are added. -- 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

