This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/35577] configure: error: cannot compute suffix of object files



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]