MPFR lib path missing from compile command(s) during configuration?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
 
I was just trying to build the 4.3.1 release on RH5.  During the
configuration of libgcc, I get an error shown in the config.log file
below.  This looks like an error in the distributed config files.  Or am
I doing something wrong?  I had no such problem IIRC building the 4.3.0
release.

Thanks,
Eric.

 
/build/gcc-4.3.1/x86_64-unknown-linux-gnu/libgcc/config.log:
------------------------------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by GNU C Runtime Library configure 1.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was
 
  $ /contrib/sources/gcc-4.3.1/libgcc/configure
--cache-file=./config.cache --enable-multilib
--prefix=/contrib/linux/gcc-4.3.1 --disable-nls --enable-shared
--enable-static --with-gmp=/contrib/linux/gmp-4.2.2
--with-mpfr=/contrib/linux/mpfr-2.3.1 --enable-languages=c,c++
--program-transform-name=s,y,y,
--with-target-subdir=x86_64-unknown-linux-gnu
--build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu
--target=x86_64-unknown-linux-gnu
--srcdir=/contrib/sources/gcc-4.3.1/libgcc --disable-intermodule
--enable-checking=yes,types --disable-coverage --enable-languages=c
 
## --------- ##
## Platform. ##
## --------- ##
 
hostname = XXXXXX
uname -m = x86_64
uname -r = 2.6.18-8.el5xen
uname -s = Linux
uname -v = #1 SMP Fri Jan 26 14:29:35 EST 2007
 
/usr/bin/uname -p = unknown
/bin/uname -X     = unknown
 
/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

[...skip...]
configure:2567: checking for suffix of object files
configure:2588: /build/lemings/gcc-4.3.1/./gcc/xgcc
-B/build/lemings/gcc-4.3.1/./gcc/ -B//
nfs/devco/contrib/linux/gcc-4.3.1/x86_64-unknown-linux-gnu/bin/
-B//nfs/devco/contrib/linu
x/gcc-4.3.1/x86_64-unknown-linux-gnu/lib/ -isystem
//nfs/devco/contrib/linux/gcc-4.3.1/x86
_64-unknown-linux-gnu/include -isystem
//nfs/devco/contrib/linux/gcc-4.3.1/x86_64-unknown-
linux-gnu/sys-include -c -g -fkeep-inline-functions  conftest.c >&5
/build/lemings/gcc-4.3.1/./gcc/cc1: error while loading shared
libraries: libmpfr.so.1: ca
nnot open shared object file: No such file or directory
configure:2591: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2605: error: cannot compute suffix of object files: cannot
compile
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

[...skip...]



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux