This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/35577] configure: error: cannot compute suffix of object files
- From: "brian at dessent dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Mar 2008 03:05:39 -0000
- Subject: [Bug bootstrap/35577] configure: error: cannot compute suffix of object files
- References: <bug-35577-15913@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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