This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: mainline AIX bootstrap broken in libstdc++-v3 (Also in darwin)
- From: Mostafa Hagog <MUSTAFA at il dot ibm dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: gcc at gnu dot org
- Date: Wed, 31 Mar 2004 15:39:02 +0200
- Subject: Re: mainline AIX bootstrap broken in libstdc++-v3 (Also in darwin)
Paolo Carlini <pcarlini@suse.de> wrote on 31/03/2004 14:55:39:
> Mostafa Hagog wrote:
>
> >>Are your sources up to date?
> >>
> >>
> >Yes, I have updated the sources today.
> >
> >
> And you are getting the *same* error? Frankly, I don't believe you.
>
gcc version:
% /Users/mustafa/FSF/sms-3.5-2/build/gcc/xgcc -v
Using built-in specs.
Configured with: ../gcc/configure
--prefix=/Users/mustafa/FSF/sms-3.5-21-bin
Thread model: posix
gcc version 3.5.0 20040331 (experimental)
And the error:
/Users/mustafa/FSF/sms-3.5-2/build/gcc/xgcc -shared-libgcc
-B/Users/mustafa/FSF/sms-3.5-2/build/gcc/ -nostdinc++
-L/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/src
-L/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/src/.libs
-B/Users/mustafa/FSF/sms-3.5-21-bin/powerpc-apple-darwin7.2.0/bin/
-B/Users/mustafa/FSF/sms-3.5-21-bin/powerpc-apple-darwin7.2.0/lib/ -isystem
/Users/mustafa/FSF/sms-3.5-21-bin/powerpc-apple-darwin7.2.0/include
-isystem /Users/mustafa/FSF/sms-3.5-21-bin/powerpc-apple-darwin7.2.0
/sys-include -I/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/powerpc-apple-darwin7.2.0
-I/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include
-I/Users/mustafa/FSF/sms-3.5-2/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2
-fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -c
../../../../gcc/libstdc++-v3/src/allocator.cc -fno-common -DPIC -o
.libs/allocator.o
In file included from
/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/memory:55,
from ../../../../gcc/libstdc++-v3/src/allocator.cc:35:
/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/bits/allocator.h:52:31: bits/c++allocator.h: No such
file or directory
In file included from
/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/memory:55,
from ../../../../gcc/libstdc++-v3/src/allocator.cc:35:
/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/bits/allocator.h:80: error: expected template-name
before '<' token
/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/bits/allocator.h:80: error: expected `{' before '<'
token
/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/bits/allocator.h:80: error: expected unqualified-id
before '<' token
/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/bits/allocator.h:80: error: expected `;' before '<'
token
/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/bits/allocator.h:122: error: explicit instantiation
of `struct std::allocator<char>' before definition of template
/Users/mustafa/FSF/sms-3.5-2/build/powerpc-apple-darwin7.2.0
/libstdc++-v3/include/bits/allocator.h:123: error: explicit instantiation
of `struct std::allocator<wchar_t>' before definition of template
make[3]: *** [allocator.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-target-libstdc++-v3] Error 2
> Paolo.