------- Comment #12 from ghazi at gcc dot gnu dot org 2007-02-17 16:15 ------- (In reply to comment #11) > I understand the idea of bulding with --prefix, it's just that I've had mixed > success using it wiht mpfr/gmp. Especially, when the system administrator > installed them locally behind my back. I'll give it a try, hopefully later > today.
Ok, try also configuring your private gmp/mpfr with --disable-shared to avoid these problems. Then you won't have to worry about LD_LIBRARY_PATH or other headaches with shared libs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30816