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]

libg++ build failure (should have been: Results for egcs-2.92.16 19981020 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu)


Sources:	 - egcs mainline from CVS last updated at Mon Oct 19 21:13:55 1998 
                 - libg++-2.8.1.1a
Patches:
Environment:     - GNU binutils 2.9.1.0.15
                 - dejagnu-980528
                 - gperf-2.7 with gperf-2.7-19981006 patch for -F
                 - Linux stable kernel 2.0.35 (compiled by gcc-2.7.2.3)
                 - glibc 2.0.6 (compiled by egcs-1.0.2)

Remarks:         Still no heavy optimisation functioning.
                 The run didn't get as far as the testsuite; libg++
                 seems to be giving some grief :( it almost looks like
                 a bug in libg++, only libg++ has been building
                 happily for others, so I assume I am being stupid
                 here.


configure flags: --with-gnu-ld --with-gnu-as --prefix=/usr/packages.bin/egcs/snapshot --enable-shared --disable-haifa
BOOT_CC:         egcs-2.91.57
BOOT_CFLAGS:     -W -Wall -O -funroll-all-loops -g -march=pentium -mcpu=pentium -fomit-frame-pointer -D__NO_MATH_INLINES
CFLAGS:          -W -Wall -O -march=pentium -mcpu=pentium -fomit-frame-pointer -g -D__NO_MATH_INLINES
CXXFLAGS:        -W -Wall -O -march=pentium -mcpu=pentium -fomit-frame-pointer -g -D__NO_MATH_INLINES

Bootstrap failed; last twenty lines are:

./usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/gcc/xgcc -B/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/gcc/ -B/usr/packages.bin/egcs/snapshot/i586-pc-linux-gnu/bin/ -c -W -Wall -O -march=pentium -mcpu=pentium -fomit-frame-pointer -g -D__NO_MATH_INLINES -fvtable-thunks -D_GNU_SOURCE -nostdinc++ -I. -I../../../libio -I../../../../../egcs/libg++/gperf/src -I../../../../../egcs/libg++/gperf/src/../../../libio -I../../../../../egcs/libg++/gperf/src/../../../libstdc++ -I../../../../../egcs/libg++/gperf/src/../../src    ../../../../../egcs/libg++/gperf/src/key-list.cc
../../../../../egcs/libg++/gperf/src/key-list.cc: In method `void Key_List::read_keys()':
../../../../../egcs/libg++/gperf/src/key-list.cc:319: passing `const char *' as argument 1 of `Std_Err::report_error(char * ...)' discards const
../../../../../egcs/libg++/gperf/src/key-list.cc: In method `void Key_List::output_switch()':
../../../../../egcs/libg++/gperf/src/key-list.cc:518: assignment to `char *' from `const char *' discards const
../../../../../egcs/libg++/gperf/src/key-list.cc: In method `void Key_List::output_keylength_table()':
../../../../../egcs/libg++/gperf/src/key-list.cc:661: initialization to `char *' from `const char *' discards const
../../../../../egcs/libg++/gperf/src/key-list.cc: In method `void Key_List::output_keyword_table()':
../../../../../egcs/libg++/gperf/src/key-list.cc:691: initialization to `char *' from `const char *' discards const
../../../../../egcs/libg++/gperf/src/key-list.cc:692: initialization to `char *' from `const char *' discards const
../../../../../egcs/libg++/gperf/src/key-list.cc:693: initialization to `char *' from `const char *' discards const
../../../../../egcs/libg++/gperf/src/key-list.cc: In method `void Key_List::output_lookup_array()':
../../../../../egcs/libg++/gperf/src/key-list.cc:991: initialization to `char *' from `const char *' discards const
make[4]: *** [key-list.o] Error 1
make[4]: Leaving directory `/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/i586-pc-linux-gnu/libg++/gperf/src'
make[3]: *** [src_all] Error 2
make[3]: Leaving directory `/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/i586-pc-linux-gnu/libg++/gperf'
make[2]: *** [.stmp-gperf] Error 2
make[2]: Leaving directory `/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/i586-pc-linux-gnu/libg++'
make[1]: *** [all-target-libg++] Error 2
make[1]: Leaving directory `/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu'
make: *** [bootstrap-lean] Error 2


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