This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Successful compile of GCC v3.1 on Red Hat Linux release 7.2 with kernel 2.4.19-pre8


I successfully built and installed GCC 3.1 on  Red Hat Linux release 7.2 (Enigma), with glibc 2.2.4 and kernel 2.4.19-pre8 (2.4.18
with prepatch 8) from www.kernel.org.

Hardware Configuration:
CPU = model name      : Pentium III (Coppermine)
CPU = cpu MHz         : 651.487
CPU = bogomips        : 1300.88
MemTotal       : 257100 kB
hda: QUANTUM FIREBALLlct10 10
hdd: ST317221A

Compiled with RedHat gcc 3.0.4 (Red Hat Linux 7.2 3.0.4-1)

\$ rpm -q gcc3
gcc3-3.0.4-1

\$ time /tmp/gcc-3.1/configure --enable-threads=posix
real    0m54.719s
user    0m35.160s
sys     0m11.650s

\$ time make bootstrap
real    93m51.980s
user    73m30.200s
sys     8m50.870s

--test--
\$ export TCL_LIBRARY=/usr/lib/tcl8.3
\$ export DEJAGNULIBS=/usr/share/dejagnu

\$ time make -k check
real    117m18.849s
user    59m10.340s
sys     10m51.440s
--test--

\$ /tmp/gcc-3.1/config.guess
i686-pc-linux-gnu

\$ gcc -v
Leyendo especificaciones de /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configurado con: /tmp/gcc-3.1/configure
Modelo de hilos: single
gcc versión 3.1

\$ cat  /etc/issue
Red Hat Linux release 7.2 (Enigma)
Kernel \\r on an \\m

\$ uname -a
Linux laforge.clicknest.com 2.4.19-pre8 #1 mar may 21 01:16:18 ART 2002 i686 unknown

\$ rpm -q glibc
glibc-2.2.4-24


LAST_UPDATED:
Native configuration is i686-pc-linux-gnu

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes 1468
/u2/tmp/gccbuild/gcc/testsuite/../g77 version 3.1

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/20020307-2.c execution,  -O1
FAIL: gcc.c-torture/execute/20020307-2.c execution,  -O2
FAIL: gcc.c-torture/execute/20020307-2.c execution,  -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/20020307-2.c execution,  -O3 -fomit-frame-pointer -funroll-loops
FAIL: gcc.c-torture/execute/20020307-2.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
FAIL: gcc.c-torture/execute/20020307-2.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/20020402-1.c execution,  -Os

=== gcc Summary ===

# of expected passes 18405
# of unexpected failures 7
# of expected failures 67
# of unsupported tests 43
/u2/tmp/gccbuild/gcc/xgcc version 3.1

=== g++ tests ===


Running target unix

=== g++ Summary ===

# of expected passes 7184
# of expected failures 88
# of untested testcases 9
# of unsupported tests 3
/u2/tmp/gccbuild/gcc/testsuite/../g++ version 3.1

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes 1036
# of expected failures 6
/u2/tmp/gccbuild/gcc/xgcc version 3.1

=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes 2075
# of expected failures 18
# of untested testcases 14
=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/ctype_members_char.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++-v3 Summary ===

# of expected passes 374
# of unexpected failures 1
# of unexpected successes 20
# of expected failures 5

Compiler version: 3.1
Platform: i686-pc-linux-gnu
configure flags: --host=i686-pc-linux-gnu --enable-threads=posix




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