This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ V3 install runs into problems.
- To: gcc at gcc dot gnu dot org, toon at moene dot indiv dot nluug dot nl
- Subject: Re: libstdc++ V3 install runs into problems.
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Sun, 23 Apr 2000 13:03:06 -0700
It looks like I missed checking in two subdirs to the
libstdc++-v3/shadow directory on Friday: I just fixed this error. This
probably accounts for your earlier problems. If you do a 'cvs update -d'
in the libstdc++-v3 subdirectory, the shadow/bits and shadow/sys
directories will be populated.
However.
Current CVS g++ + libstdc++-v3 is not building, due to a new compiler
error (last successful build == April 20).
(from CVS as of a few minutes ago, hosted on x86-linux with
--enable-libstdcxx-v3)
<bkoz@haight> /mnt/hd/bliss/bld-x86-gcc-3/i586-pc-linux-gnu/libstdc++-v3/src %/mnt/hd/bliss/bld-x86-gcc-3/gcc/g++ -B/mnt/hd/bliss/bld-x86-gcc-3/gcc/ -B/mnt/hd/bliss/H-x86-gcc-3/i586-pc-linux-gnu/bin/ -DHAVE_CONFIG_H -I. -I../../../../src.egcs/libstdc++-v3/src -I.. -nostdinc++ -I../../../../src.egcs/libstdc++-v3 -I../../../../src.egcs/libstdc++-v3/libio -I../../../../src.egcs/libstdc++-v3/config/cpu/i386 -I../../../../src.egcs/libstdc++-v3/config/gnu-linux -I/mnt/hd/bliss/H-x86-gcc-3/include -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -Werror -g -fimplicit-templates -c ../../../../src.egcs/libstdc++-v3/src/locale-inst.cc -o locale-inst.o
../../../../src.egcs/libstdc++-v3/bits/string.tcc: In method `_CharT *std::basic_string<_CharT,
../../../../src.egcs/libstdc++-v3/bits/string.tcc: _Traits, _Alloc>::_Rep::_M_clone (const _Alloc &,
../../../../src.egcs/libstdc++-v3/bits/string.tcc: typename _Alloc::size_type) [with _CharT = char,
../../../../src.egcs/libstdc++-v3/bits/string.tcc: _Traits = std::char_traits<char>, _Alloc =
../../../../src.egcs/libstdc++-v3/bits/string.tcc: std::allocator<char>]':
../../../../src.egcs/libstdc++-v3/bits/basic_string.h:177: instantiated from here
../../../../src.egcs/libstdc++-v3/bits/string.tcc:383: Internal compiler error in
../../../../src.egcs/libstdc++-v3/bits/string.tcc:383: `verify_local_live_at_start', at flow.c:2653
../../../../src.egcs/libstdc++-v3/bits/string.tcc:383: Please submit a full bug report.
../../../../src.egcs/libstdc++-v3/bits/string.tcc:383: See
../../../../src.egcs/libstdc++-v3/bits/string.tcc:383: <URL:http://www.gnu.org/software/gcc/bugs.html>
../../../../src.egcs/libstdc++-v3/bits/string.tcc:383: for instructions.
<bkoz@haight> /mnt/hd/bliss/bld-x86-gcc-3/i586-pc-linux-gnu/libstdc++-v3/src %
I'll try to whittle this down and post on gcc-bugs.
-benjamin