successful build gcc-3.4.0 on Red Hat 7.1.2.96-81
J.M.W. Kooijman
jkooijman@comcast.net
Wed Apr 28 16:20:00 GMT 2004
Successful build of Gcc-3.4.0 on April 27, 2004
config.guess output: i686-pc-linux-gnu
gcc version 2.96 20000731 (Red Hat Linux 7,1,2,96-81)
Full installation (used configure without parameters, so everything default)
kernel version: 2.4.2-2 (i686 unknown - but it is a Celeron)
glibc-2.2.2-10
used: make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
-fno-implicit-templates' bootstrap 2> errlist
(errlist attached)
used: make -k check > checklist
(checklist attached) Unfortunately, I didn't catch the errors here, and
there were several problems with the compilation of subtests. Sorry
General remark: Though the compilation went generally effortlessly,
there was one slight hitch. In my first run configure had apparently
decided that my system didn't have stdlib.h and therefore set
HAVE_STDLIB_H to no. This caused a trip up at line 55 of
libiberty/cplus-dem.c, where "include <stdlib.h>" was erroneously passed
over for a redefinition of malloc in a deprecated way. After I commented
the if-statement out, so that stdlib.h was included, everything went
fine. I think this is a problem with the configure script, not the code.
Joe Kooijman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: errlist
Type: application/x-java-vm
Size: 39211 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20040428/69617c09/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: checklist
Type: application/x-java-vm
Size: 36951 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20040428/69617c09/attachment-0001.bin>
More information about the Gcc
mailing list