------- Comment #4 from brian at dessent dot net 2008-03-14 03:05 ------- Subject: Re: configure: error: cannot compute suffix of object files
al dot danial at gmail dot com wrote: > The error in x86_64-unknown-linux-gnu/libgcc/config.log suggests it has > trouble > loading libmpfr.so.1. However the MPFR libraries exist under the > "--with-mpfr=" directory I gave to the configure script: The fact that they exist there doesn't mean the dynamic loader can find them unless you tell it. Have you set LD_LIBRARY_PATH? Or edited ld.conf? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35577