Re: [oi-dev] Strange libgmp effect

2013-06-19 Thread Alexander Pyhalov
On 06/19/2013 12:30, Andrzej Szeszo wrote: Hi All Good day. I am probably guilty as I have delivered .so symlinks in /usr/gcc/4.7/lib pointing at the gcc 4.7 private copies of libgmp, libmpc and libmpfr. They are only needed when building gcc itself. One potential workaround would be to stop

Re: [oi-dev] Strange libgmp effect

2013-06-19 Thread Andrzej Szeszo
Hi All I am probably guilty as I have delivered .so symlinks in /usr/gcc/4.7/lib pointing at the gcc 4.7 private copies of libgmp, libmpc and libmpfr. They are only needed when building gcc itself. One potential workaround would be to stop delivering them and create required symlinks temporarily

Re: [oi-dev] Strange libgmp effect

2013-06-18 Thread Michael Schuster
have you looked at compile-time vs run-time path setting for ld (eg LD_LIBRARY_PATH, etc - I'm a little rusty in this respect, so please look in the man-page)? HTH Michael On Tue, Jun 18, 2013 at 10:45 PM, Alexander Pyhalov wrote: > Hello. > While testing 3801 bug fix I observed one interestin

[oi-dev] Strange libgmp effect

2013-06-18 Thread Alexander Pyhalov
Hello. While testing 3801 bug fix I observed one interestin unrelated GCC effect. We have two gmp libraries: one from library/gmp $ ls -l /usr/lib/libgmp.so* lrwxrwxrwx 1 root root 15 Jun 13 23:28 /usr/lib/libgmp.so -> libgmp.so.3.5.0 lrwxrwxrwx 1 root root 15 Jun 13 23:28 /usr/lib/lib