Zdar, I just found the reason for the linking problem - one of my colleagues had it also. We were (accidentally) setting soname of all shared libs to e.g. "libyade-base.so" (including the quotation marks!). Bruno's ld.so was looking for library called e.g. /usr/lib/"libyade-base.so", which obviously doesn't exist (strace is your friend here!). So please go ahead and try the latest SVN.
Thanks for hunting this bug! Vaclav > Ahoj Václave, > yade builds fine now. Thanks a lot. Sorry to trouble you but I'm not > able to run the bin. > > It complains about shared libraries, but I guess I have env var set > correctly. Output reads: > [EMAIL PROTECTED] ~]# yade-svn1172 > yade-svn1172: error while loading shared libraries: "libminiWm3.so": > cannot open shared object file: No such file or directory > > Variable is set: > LD_LIBRARY_PATH=/usr/local/lib/yade/lib > _______________________________________________ yade-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/yade-dev
