This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libg++ build failure (should have been: Results for egcs-2.92.16 19981020 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu)
- To: nix-egcs at esperi dot demon dot co dot uk
- Subject: Re: libg++ build failure (should have been: Results for egcs-2.92.16 19981020 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu)
- From: Manfred Hollstein <manfred at s-direktnet dot de>
- Date: Fri, 23 Oct 1998 09:41:51 +0200 (MET DST)
- Cc: egcs at cygnus dot com
- References: <13869.14616.239600.675200@loki.wkstn.nix>
- Reply-To: manfred at s-direktnet dot de, Manfred dot Hollstein at ks dot sel dot alcatel dot de
On Wed, 21 October 1998, 02:30:00, nix-egcs@esperi.demon.co.uk wrote:
> 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.
Which version of libg++ are you using? The most recent one is
<ftp://egcs.cygnus.com/pub/egcs/infrastructure/libg++-2.8.1.2.tar.gz>
and it does not contain any gperf related stuff anymore, because gperf
is a stand-alone package now.
BTW, I'm currently working on some patches for libg++ (make it
multilib "friendly", don't allow to "die silently", add an SCO
patch from Robert Lipe), so I expect a libg++-2.8.1.2a soon
(perhaps too late for you, so please get the 2.8.1.2 version now).
manfred
>
>
> 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