------- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-08-13 10:25 ------- As the error message you quote says:
"the most common reason for that is that you might have linked it to shared GMP and/or MPFR libraries, and not set LD_LIBRARY_PATH accordingly. If you suspect any other reason, please report a bug in http://gcc.gnu.org/bugzilla" Do you linked with shared GMP and/or MPFR libraries? In this case, have you set your LD_LIBRARY_PATH environment variable accordingly? (this would probably be, in your case, something like "export LD_LIBRARY_PATH=/home/yucj/installs/gmp4.2.1/lib:/home/yucj/installs/mpfr2.2.1/lib") Closing as INVALID, please reopen the bug report if you have followed the instructions and it still doesn't work (providing details about what you have done exactly to ensure your shared libraries were picked up). -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33058