This is the mail archive of the gcc@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]

Problem with --enable-libstdcxx-v3, egcs-20000501 on RedHat 6.0



currently I'm trying to compile egcs-20000501 on a RedHat 6.0
machine (glibc-2.1.1-6, binutils-2.9.1.0.23-1) using the following
configure:

  ../configure --prefix=/opt/egcs-20000501 --enable-libstdcxx-v3 --enable-languages=c++ --enable-shared

but without any success as the 'make bootstrap' stops with the following
error messages:

make[4]: Entering directory `/home.orig/stuebing/compile/egcs-20000501/obj/i686-pc-linux-gnu/libstdc++-v3/math'
/bin/sh ../libtool --mode=compile /home.orig/stuebing/compile/egcs-20000501/obj/gcc/xgcc -B/home.orig/stuebing/compile/egcs-20000501/obj/gcc/ -B/opt/egcs-20000501/i686-pc-linux-gnu/bin/ -DHAVE_CONFIG_H -I. -I../../../../libstdc++-v3/math -I.. -I..  -I/opt/egcs-20000501/include    -g -O2 -c ../../../../libstdc++-v3/math/signbit.c
mkdir .libs
/home.orig/stuebing/compile/egcs-20000501/obj/gcc/xgcc -B/home.orig/stuebing/compile/egcs-20000501/obj/gcc/ -B/opt/egcs-20000501/i686-pc-linux-gnu/bin/ -DHAVE_CONFIG_H -I. -I../../../../libstdc++-v3/math -I.. -I.. -I/opt/egcs-20000501/include -g -O2 -c  -fPIC -DPIC ../../../../libstdc++-v3/math/signbit.c -o .libs/signbit.lo
In file included from ../../../../libstdc++-v3/math/signbit.c:32:
../../../../libstdc++-v3/math/mathconf.h:31:27: bits/c++config.h: No such file or directory
../../../../libstdc++-v3/math/mathconf.h:148:29: #error "We need FINITE_P"
../../../../libstdc++-v3/math/mathconf.h:202:32: #error "We need INFINITE_P"
make[4]: *** [signbit.lo] Error 1


Browsing the different FAQ's and mail archives gave no help.

-- 
MfG,
	Andreas Stübinger


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