Re: [Yade-dev] own compiled boost

2012-02-21 Thread Bruno Chareyre
It would be nice to include a note on this version problem, could be here: https://yade-dem.org/doc/installation.html It is for red hat only apparently, since 1.40 works on my machine. Bruno On 21/02/12 01:37, Klaus Thoeni wrote: > Hi Anton, > > the path to the dynamic libraries was incomplete.

Re: [Yade-dev] own compiled boost

2012-02-20 Thread Klaus Thoeni
Hi Anton, the path to the dynamic libraries was incomplete. I solved it with: export D_LIBRARY_PATH=/usr/local/boost_1_46_1/stage/lib And yade finally works. So the problem was really related to the boost version. So what do you think, should update the documentation for the installation and p

Re: [Yade-dev] own compiled boost

2012-02-20 Thread Anton Gladky
Try to start yade: export LD_LIBRARY_PATH=/usr/local/boost_1_46_1; yade Anton ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpa

Re: [Yade-dev] own compiled boost

2012-02-20 Thread Klaus Thoeni
Thanks Anton, but LD_LIBRARY_PATH is not an option in scons.profile. Any other guesses? On Mon, 20 Feb 2012 05:39:02 PM Anton Gladky wrote: > Hi Klaus, > > try adding LD_LIBRARY_PATH='/usr/local/boost_1_46_1' > > Sorry, just a guess. Never tried. > > Anton > > 2012/2/20 Klaus Thoeni : > > Hi

Re: [Yade-dev] own compiled boost

2012-02-19 Thread Anton Gladky
Hi Klaus, try adding LD_LIBRARY_PATH='/usr/local/boost_1_46_1' Sorry, just a guess. Never tried. Anton 2012/2/20 Klaus Thoeni : > Hi guys, > > as you might have noticed I am trying to run yade on a Red Hat server. > However, saving and loading of simulations is not working. My guess is it > c

[Yade-dev] own compiled boost

2012-02-19 Thread Klaus Thoeni
Hi guys, as you might have noticed I am trying to run yade on a Red Hat server. However, saving and loading of simulations is not working. My guess is it could be related to the boost version used on the server (1.41.0-11) so I compiled version 1.46.1 in /usr/local. After adding LIBPATH = '/usr/lo