From mboxrd@z Thu Jan 1 00:00:00 1970 From: djohnson@mps.ohio-state.edu To: egcs@cygnus.com Subject: enable-shared and g++ Date: Mon, 03 Nov 1997 05:13:00 -0000 Message-id: X-SW-Source: 1997-11/msg00082.html Hi, I built 971031 on i586-pc-linuxglibc1, libc-5.4.38, ld.so-1.9.5, binutils-2.8.1.0.15, libg++-2.7.2.8 with the following options, ../egcs-971031/configure --prefix=/usr --enable-shared --enable-haifa --with-gnu-as --with-gnu-ld; make bootstrap This results in these test results: === gcc Summary === # of expected passes 4882 # of unexpected failures 1 # of expected failures 5 # of unsupported tests 7 /local/src/Egcs/gcc/xgcc version egcs-2.90.15 971031 (gcc2-970802 experimental) FAIL: gcc.c-torture/unsorted/bit.c, -O0 === g++ Summary === # of expected passes 2930 # of unexpected failures 451 # of unexpected successes 1 # of expected failures 81 # of untested testcases 6 /local/src/Egcs/gcc/testsuite/../xgcc version egcs-2.90.15 971031 (gcc2-970802 experi mental) Doug