Unable to bootstrap compiler.

John Fitzpatrick fitzpat@telus.net
Fri Jul 15 20:55:00 GMT 2005


Hello,

I just tried the suggestion of using a separate object dir on the latest
development version of gcc from cvs.  I am now getting the following
error as shown in this typescript.  I did not get this error before when
I simply built from inside the gcc source directory.

Script started on Fri 15 Jul 2005 01:22:31 PM PDT
johnfi@mayday:~/gcc-4.1.0-objdir> /home/johnfi/gcc/gcc/configure
--prefix=/home/ 
johnfi/gcc-4.1.0
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... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gnatbind... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16
$$f1 $$f2
checking for correct version of gmp.h... no
The following languages will be built: c,c++,java,objc
*** This configuration is not supported in the following
subdirectories:
     target-libada gnattools target-libgfortran
    (Any other directories should still work fine.)
checking for bison... bison
checking for bison... bison -y
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... no
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-as... no
checking for as... as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-linux-gnu-ld... no
checking for ld... ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... windres
checking for i686-pc-linux-gnu-objcopy... no
checking for objcopy... objcopy
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-as... no
checking for as... as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-linux-gnu-ld... no
checking for ld... ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles...
no
checking if symbolic links between directories work... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
johnfi@mayday:~/gcc-4.1.0-objdir> make
mkdir -p -- ./fastjar
Configuring in ./fastjar
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for strip... /usr/bin/strip
checking for chmod... /bin/chmod
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for stdlib.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for ftruncate... yes
checking for _chsize... no
checking for off_t... yes
checking whether struct tm is in sys/time.h or time.h... (cached)
time.h
checking if mkdir takes one argument... no
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking for long long... (cached) yes
checking size of long long... 8
checking whether byte ordering is bigendian... no
checking whether to place generated files in the source directory... no
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating install-defs.sh
config.status: creating config.h
config.status: executing depfiles commands
mkdir -p -- ./zlib
Configuring in ./zlib
configure: creating cache ./config.cache
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
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 the maximum length of command line arguments... none
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether -lc should be explicitly linked in... no
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 49153
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
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
creating libtool
updating cache ./config.cache
configure: loading cache ./config.cache
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memcpy... yes
checking for strerror... yes
checking for unistd.h... (cached) yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default-1 commands
config.status: executing depfiles commands
make[1]: Entering directory `/home/johnfi/gcc-4.1.0-objdir/zlib'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-adler32.o `test -f 'adler32.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-compress.o `test -f 'compress.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-crc32.o `test -f 'crc32.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-deflate.o `test -f 'deflate.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`deflate.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-gzio.o `test -f 'gzio.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`gzio.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-infback.o `test -f 'infback.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`infback.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-inffast.o `test -f 'inffast.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`inffast.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-inflate.o `test -f 'inflate.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`inflate.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-inftrees.o `test -f 'inftrees.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`inftrees.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-trees.o `test -f 'trees.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`trees.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-uncompr.o `test -f 'uncompr.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`uncompr.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1  -I. -I/home/johnfi/gcc/gcc/zlib     -g -O2  -c -o
libz_a-zutil.o `test -f 'zutil.c' || echo
'/home/johnfi/gcc/gcc/zlib/'`zutil.c
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o
libz_a-deflate.o libz_a-gzio.o libz_a-infback.o libz_a-inffast.o
libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o
libz_a-zutil.o 
ranlib libz.a
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2 "
"INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644"
"INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install
-c" "LDFLAGS=" "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 "
"MAKE=make" "MAKEINFO=/home/johnfi/gcc/gcc/missing makeinfo
--split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh"
"EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS="
"exec_prefix=/home/johnfi/gcc-4.1.0"
"infodir=/home/johnfi/gcc-4.1.0/info"
"libdir=/home/johnfi/gcc-4.1.0/lib" "prefix=/home/johnfi/gcc-4.1.0"
"tooldir=/home/johnfi/gcc-4.1.0/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
make[1]: Leaving directory `/home/johnfi/gcc-4.1.0-objdir/zlib'
mkdir -p -- ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for makeinfo... /home/johnfi/gcc/gcc/missing makeinfo
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... 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 alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for stdint.h... yes
checking for stdio_ext.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 for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... yes
checking size of int... 4
checking for uintptr_t... yes
checking for a 64-bit type... uint64_t
checking for pid_t... yes
checking for library containing strerror... none required
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 ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... 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 mempcpy... 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 snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strverscmp... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
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... (cached) yes
checking for realpath... yes
checking for canonicalize_file_name... yes
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... no
checking for sysctl... yes
checking for wait3... yes
checking for wait4... yes
checking for __fsetlocking... yes
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Entering directory `/home/johnfi/gcc-4.1.0-objdir/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/regex.c -o
pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/cplus-dem.c -o
pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/cplus-dem.c -o
cplus-dem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/cp-demangle.c -o
pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/cp-demangle.c -o
cp-demangle.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/md5.c -o pic/md5.o;
\
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings -Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/md5.c
-o md5.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/alloca.c -o
pic/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/argv.c -o
pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/choose-temp.c -o
pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/choose-temp.c -o
choose-temp.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/concat.c -o
pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/cp-demint.c -o
pic/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/cp-demint.c -o
cp-demint.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/dyn-string.c -o
pic/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/dyn-string.c -o
dyn-string.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/fdmatch.c -o
pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/fdmatch.c -o
fdmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/fibheap.c -o
pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/fibheap.c -o
fibheap.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/floatformat.c -o
pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/floatformat.c -o
floatformat.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/fnmatch.c -o
pic/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/fnmatch.c -o
fnmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/fopen_unlocked.c -o
pic/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/fopen_unlocked.c -o
fopen_unlocked.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/getopt.c -o
pic/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/getopt1.c -o
pic/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/getopt1.c -o
getopt1.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/getpwd.c -o
pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/getruntime.c -o
pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/getruntime.c -o
getruntime.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/hashtab.c -o
pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/hashtab.c -o
hashtab.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/hex.c -o pic/hex.o;
\
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings -Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/hex.c
-o hex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/lbasename.c -o
pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/lbasename.c -o
lbasename.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/lrealpath.c -o
pic/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/lrealpath.c -o
lrealpath.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/make-temp-file.c -o
pic/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/make-temp-file.c -o
make-temp-file.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/objalloc.c -o
pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/objalloc.c -o
objalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/obstack.c -o
pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/obstack.c -o
obstack.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/partition.c -o
pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/partition.c -o
partition.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/pexecute.c -o
pic/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/pexecute.c -o
pexecute.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/physmem.c -o
pic/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/physmem.c -o
physmem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/pex-common.c -o
pic/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/pex-common.c -o
pex-common.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/pex-one.c -o
pic/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/pex-one.c -o
pex-one.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/pex-unix.c -o
pic/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/pex-unix.c -o
pex-unix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/safe-ctype.c -o
pic/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/safe-ctype.c -o
safe-ctype.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/sort.c -o
pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/spaces.c -o
pic/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/splay-tree.c -o
pic/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/splay-tree.c -o
splay-tree.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/strerror.c -o
pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/strerror.c -o
strerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/strsignal.c -o
pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/strsignal.c -o
strsignal.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/ternary.c -o
pic/ternary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/ternary.c -o
ternary.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/unlink-if-ordinary.c
-o pic/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/unlink-if-ordinary.c
-o unlink-if-ordinary.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/xatexit.c -o
pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/xatexit.c -o
xatexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/xexit.c -o
pic/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/xmalloc.c -o
pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/xmalloc.c -o
xmalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/xmemdup.c -o
pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/xmemdup.c -o
xmemdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/xstrdup.c -o
pic/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/xstrdup.c -o
xstrdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/xstrerror.c -o
pic/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/xstrerror.c -o
xstrerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/xstrndup.c -o
pic/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/xstrndup.c -o
xstrndup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes  /home/johnfi/gcc/gcc/libiberty/mkstemps.c -o
pic/mkstemps.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/johnfi/gcc/gcc/libiberty/../include  -W -Wall -pedantic
-Wwrite-strings
-Wstrict-prototypes /home/johnfi/gcc/gcc/libiberty/mkstemps.c -o
mkstemps.o
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi
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 ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[2]: Entering directory
`/home/johnfi/gcc-4.1.0-objdir/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/johnfi/gcc-4.1.0-objdir/libiberty/testsuite'
make[1]: Leaving directory `/home/johnfi/gcc-4.1.0-objdir/libiberty'
make[1]: Entering directory `/home/johnfi/gcc-4.1.0-objdir/fastjar'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2 "
"INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644"
"INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install
-c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-O2
-g -O2 " "MAKE=make" "MAKEINFO=/home/johnfi/gcc/gcc/missing makeinfo
--split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh"
"exec_prefix=/home/johnfi/gcc-4.1.0"
"infodir=/home/johnfi/gcc-4.1.0/info"
"libdir=/home/johnfi/gcc-4.1.0/lib" "prefix=/home/johnfi/gcc-4.1.0"
"AR=ar" "AS=as" "CC=gcc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2 " "NM=nm"
"PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am
make[2]: Entering directory `/home/johnfi/gcc-4.1.0-objdir/fastjar'
(echo "@set version-GCC 4.1.0"; \
 if [ "experimental" = "experimental" ]; \
 then echo "@set DEVELOPMENT"; \
 else echo "@clear DEVELOPMENT"; \
 fi) > gcc-vers.texiT
mv -f gcc-vers.texiT gcc-vers.texi
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
for f in fastjar.info fastjar.info-[0-9] fastjar.info-[0-9][0-9]
fastjar.i[0-9] fastjar.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
if /home/johnfi/gcc/gcc/missing makeinfo --split-size=5000000
-I /home/johnfi/gcc/gcc/fastjar/../gcc/doc/include
-I /home/johnfi/gcc/gcc/fastjar \
 -o fastjar.info `test -f 'fastjar.texi' || echo
'/home/johnfi/gcc/gcc/fastjar/'`fastjar.texi; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./fastjar.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system.  You should only need it
if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy
`make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive
site.
make[2]: *** [fastjar.info] Error 1
make[2]: Leaving directory `/home/johnfi/gcc-4.1.0-objdir/fastjar'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/johnfi/gcc-4.1.0-objdir/fastjar'
make: *** [all-fastjar] Error 2
johnfi@mayday:~/gcc-4.1.0-objdir> 
johnfi@mayday:~/gcc-4.1.0-objdir>
make install
/bin/sh /home/johnfi/gcc/gcc/mkinstalldirs /home/johnfi/gcc-4.1.0 /home/johnfi/gcc-4.1.0
mkdir -p -- /home/johnfi/gcc-4.1.0 /home/johnfi/gcc-4.1.0
make[1]: Entering directory `/home/johnfi/gcc-4.1.0-objdir/fastjar'
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
for f in fastjar.info fastjar.info-[0-9] fastjar.info-[0-9][0-9]
fastjar.i[0-9] fastjar.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
if /home/johnfi/gcc/gcc/missing makeinfo --split-size=5000000
-I /home/johnfi/gcc/gcc/fastjar/../gcc/doc/include
-I /home/johnfi/gcc/gcc/fastjar \
 -o fastjar.info `test -f 'fastjar.texi' || echo
'/home/johnfi/gcc/gcc/fastjar/'`fastjar.texi; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./fastjar.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system.  You should only need it
if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy
`make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive
site.
make[1]: *** [fastjar.info] Error 1
make[1]: Leaving directory `/home/johnfi/gcc-4.1.0-objdir/fastjar'
make: *** [install-fastjar] Error 2
johnfi@mayday:~/gcc-4.1.0-objdir> exit

Script done on Fri 15 Jul 2005 01:55:50 PM PDT

Thanks,

John.

On Fri, 2005-07-15 at 10:29 +1200, John Carter wrote:
> On Thu, 14 Jul 2005, John Fitzpatrick wrote:
> 
> > johnfi@mayday:~/gcc> make bootstrap
> 
> These days I just use "make" without the "bootstrap" part and good things 
> happen.
> 
> If that doesn't solve the problem, there are two other bits of info that 
> may help us debug what is biting you...
> 
> Exactly how did you invoke configure, what C compiler (and version) are 
> you using to build gcc, and are you being a good boy and building it 
> outside of the source tree like the instructions say.
> 
> 
> 
> 
> John Carter                             Phone : (64)(3) 358 6639
> Tait Electronics                        Fax   : (64)(3) 359 4632
> PO Box 1645 Christchurch                Email : john.carter@tait.co.nz
> New Zealand
> 
> Carter's Clarification of Murphy's Law.
> 
> "Things only ever go right so that they may go more spectacularly wrong later."
> 
> >From this principle, all of life and physics may be deduced.



More information about the Gcc-help mailing list