This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC 3.0 fails on Mandrake 8.0
- To: gcc at gcc dot gnu dot org
- Subject: GCC 3.0 fails on Mandrake 8.0
- From: David Brusowankin <skidancer at earthlink dot net>
- Date: Thu, 21 Jun 2001 16:05:33 -0400
- Reply-To: skidancer at earthlink dot net
Dear GCC'ers,
GCC 3.0 fails near the end of its build on Mandrake 8.0 .
The configure command was run with no additional flags.
Below is the final output
Can y'all help ?
Sincerely,
David Brusowankin
/**********************************************************************/
make[2]: Leaving directory `/opt/gcc-3.0-objdir/gcc'
echo timestamp > stage3_build
echo stage3_build > stage_last
Bootstrap complete - make "quickstrap" to redo last build,
"restage1" through "restage3" to rebuild specific stages,
or "cleanstrap" to redo the bootstrap from scratch.
make[1]: Leaving directory `/opt/gcc-3.0-objdir/gcc'
Comparing stage2 and stage3 of the compiler
make[1]: Entering directory `/opt/gcc-3.0-objdir/gcc'
rm -f .bad_compare
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo
compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for file in *.o; do \
tail +16c ./$file > tmp-foo1; \
tail +16c stage$stage/$file > tmp-foo2 \
&& (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >>
.bad_compare) || true; \
done
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo
compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for dir in tmp-foo intl cp f java objc; do \
if [ "`echo $dir/*.o`" != "$dir/*.o" ] ; then \
for file in $dir/*.o; do \
tail +16c ./$file > tmp-foo1; \
tail +16c stage$stage/$file > tmp-foo2 \
&& (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs
>> .bad_compare) || true; \
done; \
else true; fi; \
done
rm -f tmp-foo*
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo
compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
echo "Bootstrap comparison failure!"; \
cat .bad_compare; \
exit 1; \
else \
case "compare" in \
*-lean ) rm -rf stage$stage ;; \
*) ;; \
esac; true; \
fi
make[1]: Leaving directory `/opt/gcc-3.0-objdir/gcc'
Building runtime libraries
make[1]: Entering directory `/opt/gcc-3.0-objdir'
make[2]: Entering directory `/opt/gcc-3.0-objdir/libiberty'
make[3]: Entering directory `/opt/gcc-3.0-objdir/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/gcc-3.0-objdir/libiberty/testsuite'
make[2]: Leaving directory `/opt/gcc-3.0-objdir/libiberty'
make[2]: Entering directory `/opt/gcc-3.0-objdir/zlib'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/bin/sh
/usr/local/src/gcc-3.0/install-sh -c" "INSTALL_DATA=/bin/sh
/usr/local/src/gcc-3.0/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /usr/l
ocal/src/gcc-3.0/install-sh -c " "INSTALL_SCRIPT=/bin/sh
/usr/local/src/gcc-3.0/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2"
"LIBCFLAGS_
FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo " "PICFLAG="
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest"
"RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info"
"libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/i686
-pc-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g
-O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-
do
make[2]: Leaving directory `/opt/gcc-3.0-objdir/zlib'
make[2]: Entering directory `/opt/gcc-3.0-objdir/fastjar'
gcc -DHAVE_CONFIG_H -I. -I/usr/local/src/gcc-3.0/fastjar -I. -I.
-I/usr/local/src/gcc-3.0/fastjar -I/usr/local/src/gcc-3.0/fastjar/../zl
ib -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes
-Wwrite-strings -g -O2 -c /usr/local/src/gcc-3.0/fastjar/jartool.c
/usr/local/src/gcc-3.0/fastjar/jartool.c:211: warning: function
declaration isn't a prototype
/usr/local/src/gcc-3.0/fastjar/jartool.c: In function `extract_jar':
/usr/local/src/gcc-3.0/fastjar/jartool.c:1414: warning: comparison
between signed and unsigned
/usr/local/src/gcc-3.0/fastjar/jartool.c: In function `list_jar':
/usr/local/src/gcc-3.0/fastjar/jartool.c:1557: warning: comparison
between signed and unsigned
gcc -DHAVE_CONFIG_H -I. -I/usr/local/src/gcc-3.0/fastjar -I. -I.
-I/usr/local/src/gcc-3.0/fastjar -I/usr/local/src/gcc-3.0/fastjar/../zl
ib -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes
-Wwrite-strings -g -O2 -c /usr/local/src/gcc-3.0/fastjar/dostime.c
gcc -DHAVE_CONFIG_H -I. -I/usr/local/src/gcc-3.0/fastjar -I. -I.
-I/usr/local/src/gcc-3.0/fastjar -I/usr/local/src/gcc-3.0/fastjar/../zl
ib -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes
-Wwrite-strings -g -O2 -c /usr/local/src/gcc-3.0/fastjar/compress.c
/usr/local/src/gcc-3.0/fastjar/compress.c: In function `compress_file':
/usr/local/src/gcc-3.0/fastjar/compress.c:159: warning: comparison
between signed and unsigned
/usr/local/src/gcc-3.0/fastjar/compress.c:201: warning: comparison
between signed and unsigned
/usr/local/src/gcc-3.0/fastjar/compress.c:215: warning: comparison
between signed and unsigned
/usr/local/src/gcc-3.0/fastjar/compress.c:228: warning: comparison
between signed and unsigned
/usr/local/src/gcc-3.0/fastjar/compress.c: In function `inflate_file':
/usr/local/src/gcc-3.0/fastjar/compress.c:292: warning: comparison of
unsigned expression < 0 is always false
/usr/local/src/gcc-3.0/fastjar/compress.c:318: warning: comparison
between signed and unsigned
/usr/local/src/gcc-3.0/fastjar/compress.c:335: warning: comparison
between signed and unsigned
gcc -DHAVE_CONFIG_H -I. -I/usr/local/src/gcc-3.0/fastjar -I. -I.
-I/usr/local/src/gcc-3.0/fastjar -I/usr/local/src/gcc-3.0/fastjar/../zl
ib -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes
-Wwrite-strings -g -O2 -c /usr/local/src/gcc-3.0/fastjar/pushback.c
/usr/local/src/gcc-3.0/fastjar/pushback.c: In function `pb_push':
/usr/local/src/gcc-3.0/fastjar/pushback.c:94: warning: comparison
between signed and unsigned
/usr/local/src/gcc-3.0/fastjar/pushback.c: In function `pb_read':
/usr/local/src/gcc-3.0/fastjar/pushback.c:141: warning: comparison
between signed and unsigned
gcc -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes
-Wwrite-strings -g -O2 -o jar jartool.o dostime.o compress.o pushback.
o ./../zlib/libz.a -L/../zlib/
make[2]: Leaving directory `/opt/gcc-3.0-objdir/fastjar'
make[2]: Entering directory `/opt/gcc-3.0-objdir/gcc'
(cd intl && make all)
make[3]: Entering directory `/opt/gcc-3.0-objdir/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/gcc-3.0-objdir/gcc/intl'
(cd po && make all)
make[3]: Entering directory `/opt/gcc-3.0-objdir/gcc/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/gcc-3.0-objdir/gcc/po'
if [ -f specs.ready ] ; then \
true; \
else \
echo timestamp > specs.ready; \
fi
make GCC_FOR_TARGET="/opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-li
nux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
AR_FOR_TARGET="ar" \
AR_CREATE_FOR_TARGET="ar rc" \
AR_FLAGS_FOR_TARGET="" \
OLDCC="cc" CCLIBFLAGS="-O" \
CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long" \
RANLIB_FOR_TARGET="ranlib" \
RANLIB_TEST_FOR_TARGET="[ -f ranlib ] || ( [ "i686-pc-linux-gnu" =
"i686-pc-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )
" \
NM_FOR_TARGET="nm" AWK="mawk" \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g1 -DI
N_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \
INCLUDES="-I. -I. -I/usr/local/src/gcc-3.0/gcc
-I/usr/local/src/gcc-3.0/gcc/. -I/usr/local/src/gcc-3.0/gcc/config
-I/usr/local/src/gcc
-3.0/gcc/../include" MAYBE_USE_COLLECT2="" \
CONFIG_H="tconfig.h insn-codes.h insn-flags.h" MACHMODE_H="machmode.h
machmode.def" \
LIB1ASMSRC='' \
MAKEOVERRIDES= \
-f libgcc.mk all
make[3]: Entering directory `/opt/gcc-3.0-objdir/gcc'
for d in libgcc; do \
if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
make[3]: Leaving directory `/opt/gcc-3.0-objdir/gcc'
make[2]: Leaving directory `/opt/gcc-3.0-objdir/gcc'
Configuring in i686-pc-linux-gnu/libstdc++-v3
creating cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /bin/sh
/usr/local/src/gcc-3.0/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... /opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-lin
ux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include
checking whether we are using GNU C... yes
checking whether /opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-
gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include accepts -g... yes
checking for c++... /opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -nostdinc++
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc
++-v3/src -L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-
gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include
checking whether we are using GNU C++... yes
checking whether /opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-nostdinc++ -L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-
v3/src -L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu
/lib/ -isystem /usr/local/i686-pc-linux-gnu/include accepts -g... yes
checking for as... as
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD compatible install... /bin/sh
/usr/local/src/gcc-3.0/install-sh -c
checking whether to enable maintainer-specific portions of Makefiles... no
CPU config directory is config/cpu/i486
OS config directory is config/os/gnu-linux
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for ranlib... (cached) ranlib
checking for strip... strip
checking how to run the C++ preprocessor... /opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -nostdinc++ -L/opt/gcc-3.0-objdir/i
686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/
usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -E
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for /opt/gcc-3.0-objdir/gcc/xgcc option to produce PIC... -fPIC
-DPIC
checking if /opt/gcc-3.0-objdir/gcc/xgcc PIC flag -fPIC -DPIC works... yes
checking if /opt/gcc-3.0-objdir/gcc/xgcc static flag -static works... yes
finding the maximum length of command line arguments... 49153
checking if /opt/gcc-3.0-objdir/gcc/xgcc supports -c -o file.o... yes
checking if /opt/gcc-3.0-objdir/gcc/xgcc supports -fno-rtti
-fno-exceptions ... yes
checking whether the linker (ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse nm output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlopen in -ldl... yes
checking for dlfcn.h... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
creating libtool
updating cache ../config.cache
loading cache ../config.cache
loading cache ../config.cache within ltconfig
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for objdir... .libs
checking for /opt/gcc-3.0-objdir/gcc/xgcc option to produce PIC... -fPIC
-DPIC
checking if /opt/gcc-3.0-objdir/gcc/xgcc PIC flag -fPIC -DPIC works... yes
checking if /opt/gcc-3.0-objdir/gcc/xgcc static flag -static works... yes
finding the maximum length of command line arguments... (cached) 49153
checking if /opt/gcc-3.0-objdir/gcc/xgcc supports -c -o file.o...
(cached) yes
checking if /opt/gcc-3.0-objdir/gcc/xgcc supports -fno-rtti
-fno-exceptions ... yes
checking whether the linker (ld) supports shared libraries...
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse nm output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself...
(cached) no
appending configuration tag "CXX" to libtool
checking for GNU make... make
checking for g++ that will successfully compile libstdc++-v3... yes
checking how to run the C preprocessor... /opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B
/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -E
checking for cstdio to use... stdio
checking for clocale to use... generic
checking for ISO C99 support in <math.h>... yes
checking for ISO C99 support in <stdio.h>... yes
checking for lldiv_t declaration... yes
checking for ISO C99 support in <stdlib.h>... yes
checking for additional ISO C99 support in <wchar.h>... yes
checking for enabled ISO C99 support... yes
checking for enabled long long support... yes
checking for c header strategy to use... c_std
checking for thread model used by GCC... single
checking for exception model to use... call frame
checking for nan.h... no
checking for ieeefp.h... no
checking for endian.h... yes
checking for sys/isa_defs.h... no
checking for machine/endian.h... no
checking for machine/param.h... no
checking for sys/machine.h... no
checking for fp.h... no
checking for locale.h... yes
checking for float.h... yes
checking for inttypes.h... yes
checking for gconv.h... yes
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for __builtin_abs declaration... yes
checking for __builtin_abs linkage... yes
checking for __builtin_fabsf declaration... yes
checking for __builtin_fabsf linkage... yes
checking for __builtin_fabs declaration... yes
checking for __builtin_fabs linkage... yes
checking for __builtin_fabsl declaration... yes
checking for __builtin_fabsl linkage... yes
checking for __builtin_labs declaration... yes
checking for __builtin_labs linkage... yes
checking for __builtin_sqrtf declaration... yes
checking for __builtin_sqrtf linkage... no
checking for __builtin_fsqrt declaration... no
checking for __builtin_sqrtl declaration... yes
checking for __builtin_sqrtl linkage... no
checking for __builtin_sinf declaration... yes
checking for __builtin_sinf linkage... no
checking for __builtin_sin declaration... yes
checking for __builtin_sin linkage... no
checking for __builtin_sinl declaration... yes
checking for __builtin_sinl linkage... no
checking for __builtin_cosf declaration... yes
checking for __builtin_cosf linkage... no
checking for __builtin_cos declaration... yes
checking for __builtin_cos linkage... no
checking for __builtin_cosl declaration... yes
checking for __builtin_cosl linkage... no
checking for sin in -lm... yes
checking for isinf declaration... yes
checking for isinf... yes
checking for isnan declaration... yes
checking for isnan... yes
checking for finite declaration... yes
checking for finite... yes
checking for copysign declaration... yes
checking for copysign... yes
checking for sincos declaration... yes
checking for sincos... yes
checking for fpclass declaration... no
checking for _fpclass declaration... no
checking for qfpclass declaration... no
checking for _qfpclass declaration... no
checking for float trig functions... yes
checking for acosf... yes
checking for asinf... yes
checking for atanf... yes
checking for cosf... yes
checking for sinf... yes
checking for tanf... yes
checking for coshf... yes
checking for sinhf... yes
checking for tanhf... yes
checking for float round functions... yes
checking for ceilf... yes
checking for floorf... yes
checking for isnanf declaration... yes
checking for isnanf... yes
checking for isinff declaration... yes
checking for isinff... yes
checking for fabsf declaration... yes
checking for fabsf... yes
checking for fmodf declaration... yes
checking for fmodf... yes
checking for frexpf declaration... yes
checking for frexpf... yes
checking for ldexpf declaration... yes
checking for ldexpf... yes
checking for logf declaration... yes
checking for logf... yes
checking for log10f declaration... yes
checking for log10f... yes
checking for modff declaration... yes
checking for modff... yes
checking for powf declaration... yes
checking for powf... yes
checking for sqrtf declaration... yes
checking for sqrtf... yes
checking for sincosf declaration... yes
checking for sincosf... yes
checking for finitef declaration... yes
checking for finitef... yes
checking for long double trig functions... yes
checking for acosl... yes
checking for asinl... yes
checking for atanl... yes
checking for cosl... yes
checking for sinl... yes
checking for tanl... yes
checking for coshl... yes
checking for sinhl... yes
checking for tanhl... yes
checking for long double round functions... yes
checking for ceill... yes
checking for floorl... yes
checking for isnanl declaration... yes
checking for isnanl... yes
checking for isinfl declaration... yes
checking for isinfl... yes
checking for copysignl declaration... yes
checking for copysignl... yes
checking for atan2l declaration... yes
checking for atan2l... yes
checking for expl declaration... yes
checking for expl... yes
checking for fabsl declaration... yes
checking for fabsl... yes
checking for fmodl declaration... yes
checking for fmodl... yes
checking for frexpl declaration... yes
checking for frexpl... yes
checking for ldexpl declaration... yes
checking for ldexpl... yes
checking for logl declaration... yes
checking for logl... yes
checking for log10l declaration... yes
checking for log10l... yes
checking for modfl declaration... yes
checking for modfl... yes
checking for powl declaration... yes
checking for powl... yes
checking for sqrtl declaration... yes
checking for sqrtl... yes
checking for sincosl declaration... yes
checking for sincosl... yes
checking for finitel declaration... yes
checking for finitel... yes
checking for _float trig functions... no
checking for _float round functions... no
checking for _long double trig functions... no
checking for _long double round functions... no
checking for main in -lm... yes
checking for nan... yes
checking for hypot... yes
checking for hypotf... yes
checking for atan2f... yes
checking for expf... yes
checking for copysignf... yes
checking for hypotl... yes
checking for signbitl... no
checking for mbstate_t... yes
checking for wchar.h... yes
checking for wctype.h... yes
checking for WCHAR_MIN and WCHAR_MAX... yes
checking for WEOF... yes
checking for wcslen... yes
checking for wmemchr... yes
checking for wmemcmp... yes
checking for wmemcpy... yes
checking for wmemmove... yes
checking for wmemset... yes
checking for btowc... yes
checking for wctob... yes
checking for fgetwc... yes
checking for fgetwc... (cached) yes
checking for fgetws... yes
checking for fputwc... yes
checking for fputws... yes
checking for fwide... yes
checking for fwprintf... yes
checking for fwscanf... yes
checking for swprintf... yes
checking for swscanf... yes
checking for vfwprintf... yes
checking for vfwscanf... yes
checking for vswprintf... yes
checking for vswscanf... yes
checking for vwprintf... yes
checking for vwscanf... yes
checking for wprintf... yes
checking for wscanf... yes
checking for getwc... yes
checking for getwchar... yes
checking for mbsinit... yes
checking for mbrlen... yes
checking for mbrtowc... yes
checking for mbsrtowcs... yes
checking for wcsrtombs... yes
checking for putwc... yes
checking for putwchar... yes
checking for ungetwc... yes
checking for wcrtomb... yes
checking for wcstod... yes
checking for wcstof... yes
checking for wcstol... yes
checking for wcstoul... yes
checking for wcscpy... yes
checking for wcsncpy... yes
checking for wcscat... yes
checking for wcsncat... yes
checking for wcscmp... yes
checking for wcscoll... yes
checking for wcsncmp... yes
checking for wcsxfrm... yes
checking for wcscspn... yes
checking for wcsspn... yes
checking for wcstok... yes
checking for wcsftime... yes
checking for wcschr... yes
checking for wcspbrk... yes
checking for wcsrchr... yes
checking for wcsstr... yes
checking for ISO C99 wchar_t support... yes
checking for iconv.h... yes
checking for langinfo.h... yes
checking for iconv in -liconv... no
checking for iconv_open... yes
checking for iconv_close... yes
checking for iconv... yes
checking for nl_langinfo... yes
checking for XPG2 wchar_t support... yes
checking for enabled wchar_t specializations... yes
checking for strtold declaration... yes
checking for strtold... yes
checking for drand48... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
updating cache ../config.cache
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking for interface version number... v3
checking for --with-gxx-include-dir... no
checking for --enable-version-specific-runtime-libs... no
checking for install location... $(prefix)/include/g++-v3
checking for /opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/include
updating cache ../config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating libmath/Makefile
creating libio/Makefile
creating libsupc++/Makefile
creating testsuite/Makefile
creating mkcheck
creating testsuite_flags
creating config.h
linking
/usr/local/src/gcc-3.0/libstdc++-v3/config/os/gnu-linux/bits/os_defines.h
to include/bits/os_defines.h
linking /usr/local/src/gcc-3.0/libstdc++-v3/config/c_io_stdio.h to
include/bits/c++io.h
linking /usr/local/src/gcc-3.0/libstdc++-v3/config/basic_file_stdio.h to
include/bits/basic_file_model.h
linking /usr/local/src/gcc-3.0/libstdc++-v3/config/basic_file_stdio.cc
to src/basic_file.cc
linking /usr/local/src/gcc-3.0/libstdc++-v3/config/c_io_libio_codecvt.c
to libio/c_codecvt.c
linking /usr/local/src/gcc-3.0/libstdc++-v3/config/c_locale_generic.h to
include/bits/c++locale.h
linking /usr/local/src/gcc-3.0/libstdc++-v3/config/c_locale_generic.cc
to src/c++locale.cc
linking /usr/local/src/gcc-3.0/libstdc++-v3/../gcc/gthr.h to
include/bits/gthr.h-in
linking /usr/local/src/gcc-3.0/libstdc++-v3/../gcc/gthr-single.h to
include/bits/gthr-single.h-in
linking /usr/local/src/gcc-3.0/libstdc++-v3/../gcc/gthr-single.h to
include/bits/gthr-default.h-in
linking
/usr/local/src/gcc-3.0/libstdc++-v3/config/os/gnu-linux/bits/ctype_base.h
to include/bits/ctype_base.h
linking
/usr/local/src/gcc-3.0/libstdc++-v3/config/os/gnu-linux/bits/ctype_inline.h
to include/bits/ctype_inline.h
linking
/usr/local/src/gcc-3.0/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h
to include/bits/ctype_noninline.h
linking
/usr/local/src/gcc-3.0/libstdc++-v3/config/cpu/i486/bits/atomicity.h to
include/bits/atomicity.h
Adding multilib support to Makefile in /usr/local/src/gcc-3.0/libstdc++-v3
multidirs=
with_multisubdir=
running mkc++config
running mknumeric_limits
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -I.
-I/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/include
-DHAVE_CONFIG_H -fno-exceptions -o
/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/gen-num-limits
/usr/local/src/gcc-3.0/libstdc++-v3/src/gen-num-limits.cc
Please make certain that you read the installation information here:
faster => /usr/local/src/gcc-3.0/libstdc++-v3/docs/install.html
slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>
and the configuration information here:
faster => /usr/local/src/gcc-3.0/libstdc++-v3/docs/configopts.html
slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>
before proceeding with make.
Configuring in i686-pc-linux-gnu/libiberty
loading cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for gcc... (cached) /opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include
checking whether we are using GNU C... (cached) yes
checking whether /opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... inline
checking for a BSD compatible install... /bin/sh
/usr/local/src/gcc-3.0/install-sh -c
checking how to run the C preprocessor... (cached)
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking whether the C compiler (/opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -g -O2 ) works... yes
checking whether the C compiler (/opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -g -O2 ) is a cross-compiler... no
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for getcwd... yes
checking for getpagesize... (cached) yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for sigsetmask... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for getrusage... yes
checking for on_exit... yes
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working strncmp... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Adding multilib support to Makefile in /usr/local/src/gcc-3.0/libiberty
multidirs=
with_multisubdir=
make[2]: Entering directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/argv.c -o
pic/argv.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/argv.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/choose-temp.c
-o pic/choose-temp.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/choose-temp.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/concat.c -o
pic/concat.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/concat.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/cplus-dem.c -o
pic/cplus-dem.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/cplus-dem.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/cp-demangle.c
-o pic/cp-demangle.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/cp-demangle.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/dyn-string.c
-o pic/dyn-string.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/dyn-string.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/fdmatch.c -o
pic/fdmatch.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/fdmatch.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/fnmatch.c -o
pic/fnmatch.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/fnmatch.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/getopt.c -o
pic/getopt.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/getopt.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/getopt1.c -o
pic/getopt1.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/getopt1.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/getpwd.c -o
pic/getpwd.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/getpwd.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/getruntime.c
-o pic/getruntime.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/getruntime.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/hashtab.c -o
pic/hashtab.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/hashtab.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/hex.c -o
pic/hex.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/hex.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/floatformat.c
-o pic/floatformat.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/floatformat.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/lbasename.c -o
pic/lbasename.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/lbasename.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/md5.c -o
pic/md5.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/md5.c
/usr/local/src/gcc-3.0/libiberty/md5.c:356:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:357:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:358:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:359:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:360:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:361:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:362:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:363:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:364:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:365:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:366:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:367:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:368:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:369:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:370:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:371:7: warning: function-like
macro "FG" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:374:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:375:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:376:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:377:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:378:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:379:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:380:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:381:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:382:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:383:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:384:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:385:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:386:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:387:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:388:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:389:7: warning: function-like
macro "FH" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:392:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:393:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:394:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:395:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:396:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:397:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:398:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:399:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:400:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:401:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:402:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:403:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:404:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:405:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:406:7: warning: function-like
macro "FI" must be used with arguments in traditional C
/usr/local/src/gcc-3.0/libiberty/md5.c:407:7: warning: function-like
macro "FI" must be used with arguments in traditional C
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/objalloc.c -o
pic/objalloc.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/objalloc.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/obstack.c -o
pic/obstack.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/obstack.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/partition.c -o
pic/partition.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/partition.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/pexecute.c -o
pic/pexecute.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/pexecute.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/safe-ctype.c
-o pic/safe-ctype.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/safe-ctype.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/sort.c -o
pic/sort.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/sort.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/spaces.c -o
pic/spaces.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/spaces.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/splay-tree.c
-o pic/splay-tree.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/splay-tree.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/strerror.c -o
pic/strerror.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/strerror.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/strsignal.c -o
pic/strsignal.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/strsignal.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xatexit.c -o
pic/xatexit.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xatexit.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xexit.c -o
pic/xexit.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xexit.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xmalloc.c -o
pic/xmalloc.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xmalloc.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xmemdup.c -o
pic/xmemdup.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xmemdup.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xstrdup.c -o
pic/xstrdup.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xstrdup.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xstrerror.c -o
pic/xstrerror.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/xstrerror.c
if [ x"" != x ]; then \
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/mkstemps.c -o
pic/mkstemps.o; \
else true; fi
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2
-I. -I/usr/local/src/gcc-3.0/libiberty/../include -W -Wall
-Wtraditional -pedantic /usr/local/src/gcc-3.0/libiberty/mkstemps.c
rm -f libiberty.a
ar rc libiberty.a \
argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o
fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o
hex.o floatformat.o lbasename.o md5.o objalloc.o obstack.o partition.o
pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o
strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o
mkstemps.o
ranlib libiberty.a
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr
strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf
vfork waitpid bcmp bcopy bzero; do \
for g in mkstemps.o ; do \
case "$g" in \
*$f*) echo $g >> needed-list ;; \
esac; \
done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o
dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o
getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o objalloc.o
obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o
splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o
xmemdup.o xstrdup.o xstrerror.o > required-list
make[3]: Entering directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libiberty/testsuite'
make[3]: Entering directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libiberty'
if [ -z "" ]; then \
true; \
else \
rootpre=`pwd`/; export rootpre; \
srcrootpre=`cd /usr/local/src/gcc-3.0/libiberty; pwd`/; export
srcrootpre; \
lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include"; \
for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
dir=`echo $i | sed -e 's/;.*$//'`; \
if [ "${dir}" = "." ]; then \
true; \
else \
if [ -d ../${dir}/${lib} ]; then \
flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
if (cd ../${dir}/${lib}; make "AR=ar" "AR_FLAGS=rc"
"CC=/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include" "CFLAGS=-g -O2"
"LIBCFLAGS=-g -O2" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/bin/sh
/usr/local/src/gcc-3.0/install-sh -c" "INSTALL_DATA=/bin/sh
/usr/local/src/gcc-3.0/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh
/usr/local/src/gcc-3.0/install-sh -c " "LDFLAGS=" "LOADLIBES="
"RANLIB=ranlib" "SHELL=/bin/sh" "prefix=/usr/local"
"exec_prefix=/usr/local" "libdir=/usr/local/lib"
"libsubdir=/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0"
"tooldir=/usr/local/i686-pc-linux-gnu" \
CFLAGS="-g -O2 ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
GCJFLAGS=" ${flags}" \
CXXFLAGS="-g -O2 -D_GNU_SOURCE ${flags}" \
LIBCFLAGS="-g -O2 ${flags}" \
LIBCXXFLAGS="-g -O2 -D_GNU_SOURCE
-fno-implicit-templates ${flags}" \
LDFLAGS=" ${flags}" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
make[3]: Leaving directory `/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libiberty'
make[2]: Leaving directory `/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libiberty'
make[2]: Entering directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc"
"CC_FOR_TARGET=/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include" "CFLAGS=-g -O2"
"CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD="
"CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/bin/sh
/usr/local/src/gcc-3.0/install-sh -c" "INSTALL_DATA=/bin/sh
/usr/local/src/gcc-3.0/install-sh -c -m 644"
"INSTALL_PROGRAM=/bin/sh /usr/local/src/gcc-3.0/install-sh -c "
"INSTALL_SCRIPT=/bin/sh /usr/local/src/gcc-3.0/install-sh -c"
"LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2"
"MAKE=make" "MAKEINFO=makeinfo " "PICFLAG="
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS="
"exec_prefix=/usr/local" "infodir=/usr/local/info"
"libdir=/usr/local/lib" "includedir=/usr/local/include"
"prefix=/usr/local" "tooldir=/usr/local/i686-pc-linux-gnu"
"AR=ar" "AS=as" "LD=ld" "LIBCFLAGS=-g -O2"
"PICFLAG=" "RANLIB=ranlib" "NM=nm" "NM_FOR_BUILD="
"NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive
make[3]: Entering directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3'
Making all in libio
make[4]: Entering directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/libio'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/libio'
Making all in libmath
make[4]: Entering directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/libmath'
/bin/sh ../libtool --mode=compile /opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I/usr/local/src/gcc-3.0/libstdc++-v3/libmath -I..
-I/usr/local/src/gcc-3.0/libstdc++-v3/include -I../include -g
-O2 -c /usr/local/src/gcc-3.0/libstdc++-v3/libmath/signbit.c
mkdir .libs
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I/usr/local/src/gcc-3.0/libstdc++-v3/libmath -I..
-I/usr/local/src/gcc-3.0/libstdc++-v3/include -I../include -g -O2 -c
/usr/local/src/gcc-3.0/libstdc++-v3/libmath/signbit.c -fPIC -DPIC -o
.libs/signbit.o
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I/usr/local/src/gcc-3.0/libstdc++-v3/libmath -I..
-I/usr/local/src/gcc-3.0/libstdc++-v3/include -I../include -g -O2 -c
/usr/local/src/gcc-3.0/libstdc++-v3/libmath/signbit.c -o signbit.o
>/dev/null 2>&1
/bin/sh ../libtool --mode=compile /opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I/usr/local/src/gcc-3.0/libstdc++-v3/libmath -I..
-I/usr/local/src/gcc-3.0/libstdc++-v3/include -I../include -g
-O2 -c /usr/local/src/gcc-3.0/libstdc++-v3/libmath/signbitf.c
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I/usr/local/src/gcc-3.0/libstdc++-v3/libmath -I..
-I/usr/local/src/gcc-3.0/libstdc++-v3/include -I../include -g -O2 -c
/usr/local/src/gcc-3.0/libstdc++-v3/libmath/signbitf.c -fPIC -DPIC -o
.libs/signbitf.o
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I/usr/local/src/gcc-3.0/libstdc++-v3/libmath -I..
-I/usr/local/src/gcc-3.0/libstdc++-v3/include -I../include -g -O2 -c
/usr/local/src/gcc-3.0/libstdc++-v3/libmath/signbitf.c -o signbitf.o
>/dev/null 2>&1
/bin/sh ../libtool --mode=compile /opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I/usr/local/src/gcc-3.0/libstdc++-v3/libmath -I..
-I/usr/local/src/gcc-3.0/libstdc++-v3/include -I../include -g
-O2 -c /usr/local/src/gcc-3.0/libstdc++-v3/libmath/signbitl.c
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I/usr/local/src/gcc-3.0/libstdc++-v3/libmath -I..
-I/usr/local/src/gcc-3.0/libstdc++-v3/include -I../include -g -O2 -c
/usr/local/src/gcc-3.0/libstdc++-v3/libmath/signbitl.c -fPIC -DPIC -o
.libs/signbitl.o
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I.
-I/usr/local/src/gcc-3.0/libstdc++-v3/libmath -I..
-I/usr/local/src/gcc-3.0/libstdc++-v3/include -I../include -g -O2 -c
/usr/local/src/gcc-3.0/libstdc++-v3/libmath/signbitl.c -o signbitl.o
>/dev/null 2>&1
/bin/sh ../libtool --mode=link "/opt/gcc-3.0-objdir/gcc/xgcc
-B/opt/gcc-3.0-objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include" -g -O2 -o libmath.la
signbit.lo signbitf.lo signbitl.lo hypotl.c signbitl.c -lm
ar rc .libs/libmath.a .libs/signbit.o .libs/signbitf.o .libs/signbitl.o
ranlib .libs/libmath.a
creating libmath.la
(cd .libs && rm -f libmath.la && ln -s ../libmath.la libmath.la)
make[4]: Leaving directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/libmath'
Making all in libsupc++
make[4]: Entering directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared
--mode=compile /opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-nostdinc++ -L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2
-D_GNU_SOURCE -fno-implicit-templates -prefer-pic -Wall -Wno-format
-W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections
-fdata-sections -g -c
/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/del_op.cc
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/ -nostdinc++
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g
-c /usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/del_op.cc -fPIC -DPIC
-o del_op.o
/bin/sh ../libtool --tag CXX --tag disable-shared
--mode=compile /opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-nostdinc++ -L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2
-D_GNU_SOURCE -fno-implicit-templates -prefer-pic -Wall -Wno-format
-W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections
-fdata-sections -g -c
/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/del_opnt.cc
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/ -nostdinc++
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g
-c /usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/del_opnt.cc -fPIC
-DPIC -o del_opnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared
--mode=compile /opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-nostdinc++ -L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2
-D_GNU_SOURCE -fno-implicit-templates -prefer-pic -Wall -Wno-format
-W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections
-fdata-sections -g -c
/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/del_opv.cc
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/ -nostdinc++
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g
-c /usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/del_opv.cc -fPIC -DPIC
-o del_opv.o
/bin/sh ../libtool --tag CXX --tag disable-shared
--mode=compile /opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-nostdinc++ -L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2
-D_GNU_SOURCE -fno-implicit-templates -prefer-pic -Wall -Wno-format
-W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections
-fdata-sections -g -c
/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/del_opvnt.cc
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/ -nostdinc++
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g
-c /usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/del_opvnt.cc -fPIC
-DPIC -o del_opvnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared
--mode=compile /opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/
-nostdinc++ -L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2
-D_GNU_SOURCE -fno-implicit-templates -prefer-pic -Wall -Wno-format
-W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections
-fdata-sections -g -c
/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/eh_alloc.cc
/opt/gcc-3.0-objdir/gcc/xgcc -B/opt/gcc-3.0-objdir/gcc/ -nostdinc++
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src
-L/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/../gcc
-I/usr/local/src/gcc-3.0/libstdc++-v3/../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/std
-I/usr/local/src/gcc-3.0/libstdc++-v3/include/c_std -I../include
-I/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g
-c /usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/eh_alloc.cc -fPIC
-DPIC -o eh_alloc.o
In file included from
/usr/local/src/gcc-3.0/libstdc++-v3/libsupc++/eh_alloc.cc:39:
../include/bits/gthr.h:29:2: invalid preprocessing directive
#_GLIBCPP_ifndef
../include/bits/gthr.h:30:2: invalid preprocessing directive
#_GLIBCPP_define
../include/bits/gthr.h:84:2: invalid preprocessing directive #_GLIBCPP_if
../include/bits/gthr.h:85:2: invalid preprocessing directive
#_GLIBCPP_include
../include/bits/gthr.h:86:2: invalid preprocessing directive #_GLIBCPP_elif
../include/bits/gthr.h:87:2: invalid preprocessing directive
#_GLIBCPP_include
../include/bits/gthr.h:88:2: invalid preprocessing directive #_GLIBCPP_elif
../include/bits/gthr.h:89:2: invalid preprocessing directive
#_GLIBCPP_include
../include/bits/gthr.h:92:2: invalid preprocessing directive #_GLIBCPP_elif
../include/bits/gthr.h:93:2: invalid preprocessing directive #_GLIBCPP_if
../include/bits/gthr.h:94:2: invalid preprocessing directive
#_GLIBCPP_ifndef
../include/bits/gthr.h:95:2: invalid preprocessing directive
#_GLIBCPP_define
../include/bits/gthr.h:96:2: invalid preprocessing directive #_GLIBCPP_endif
../include/bits/gthr.h:97:2: invalid preprocessing directive #_GLIBCPP_endif
../include/bits/gthr.h:98:2: invalid preprocessing directive
#_GLIBCPP_include
../include/bits/gthr.h:101:2: invalid preprocessing directive #_GLIBCPP_else
../include/bits/gthr.h:102:2: invalid preprocessing directive
#_GLIBCPP_include
../include/bits/gthr.h:103:2: invalid preprocessing directive
#_GLIBCPP_endif
../include/bits/gthr.h:105:2: invalid preprocessing directive
#_GLIBCPP_endif
make[4]: *** [eh_alloc.lo] Error 1
make[4]: Leaving directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/opt/gcc-3.0-objdir/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/opt/gcc-3.0-objdir'
make: *** [bootstrap] Error 2
david@localhost /opt/gcc-3.0-objdir $