gcc 3.1 build status

Ed Hynan evh@ehynan.com
Mon Jun 3 05:27:00 GMT 2002


Hello,

For your gcc 3.1 build status page, a successful build and install:

	System: GNU/Linux, Redhat 6.0, kept up to date therefore not
	quite the same as stock RH 6.0.

	gcc -v:
	Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/3.1/specs
	Configured with: [build-dir]/../gcc-3.1/configure --enable-shared --with-gnu-as --with-dwarf2 --enable-threads --with-cpu=k6-3 --with-system-zlib
	Thread model: posix
	gcc version 3.1

	uname -a:
	Linux stella 2.4.18 #7 Mon Mar 11 17:49:19 EST 2002 i586 unknown

	rpm -q glibc:
	glibc-2.1.3-23

	$BOOT_CFLAGS == $CFLAGS
	$CFLAGS == "-O2 -march=k6-3"

Notes:

CFLAGS included -march=k6 for the first build (with gcc 3.0.4).
Built from scratch again after 3.1 was installed, with -march=k6-3
(had to clean CPU fan to succeed; built twice to stress the box).

Linking .libs/libstdc++.so.4.0.0 failed with binutils-020106 (I'm
puzzled by that version number -- it's available at
ftp://sources.redhat.com/pub/binutils/snapshots/).  ld said:

	/usr/local/i586-pc-linux-gnu/bin/ld:linker.map:32: ignoring invalid character `[' in script
	/usr/local/i586-pc-linux-gnu/bin/ld:linker.map:32: parse error in VERSION script

Linking succeeded with binutils-2.12.1 from ftp.gnu.org.

Off Topic:
cc1{,plus} now complains with duplicate -I (gcc/cppinit.c 309-321).
Bronx cheer to that!


Hope this is helpful,
Ed Hynan




More information about the Gcc mailing list