Question #660136 on Yade changed: https://answers.launchpad.net/yade/+question/660136
Janek Kozicki proposed the following answer: Hi, I just remembered something. I think now that I probably had encountered this error. I can't dig now where it was, because those sources are long gone by now. The problem was going like that: some release of boost, or some build system used for boost (you tried various boost versions, but perhaps those boost versions were compiled with the same build system?) had a bug that resulted in following thing: the linker (inside boost libs, while they were being compiled) did not pull some required dependencies. Or something like that. I don't remember the details ;) I remember the solution: Try linking with other boost libraries. I vaguely remember that I got rid of this error after I added -lboost_system or maybe -lboost_system-mt ? But while going down this path you could try to link with everything that boost has to offer which you will “find /usr/lib -iname "*boost*.so” best regards Janek On 31 Oct 2017, 13:28 +0100, mohsen <[email protected]>, wrote: > Question #660136 on Yade changed: > https://answers.launchpad.net/yade/+question/660136 > > mohsen posted a new comment: > Hi every one > > @ Jan. > In the [1] the answer was to reinstall OS that can not be our case > In the [2] there was no final solution and reaction from the one who asked > the question. > > @Robert > the Yade 2017.01a is a stable version. am i right? > > @ Janek > We are going to try that > > Till now we tried to compile it with different versions of Boost( 1.41، > 1.47، 1.6) but no achievement. > > Regards > > -- > 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 -- 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

