This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: problem booting gcc-3.2.2 (and gcc-3.3) on aix5.2


John Ruttenberg <rutt at chezrutt dot com> writes:

> By taking some fixes from the current gcc-3.3 snapshot I am now able to build
> all the stages of this bootstrap.  But the build fails building libstdc++.
> First there are a lot of ar error messages of this sort:
> 
>     BFD: .libs/libsupc++convenience.a(eh_exception.o): Unrecognized storage class 1\
>     11 for .text symbol `_ZTSSt13bad_exception'
>     BFD: .libs/libsupc++convenience.a(eh_exception.o): Unrecognized storage class 1\
>     11 for .text symbol `_ZTSSt9exception'
>     BFD: .libs/libsupc++convenience.a(eh_exception.o): Unrecognized storage class 1\
>     11 for .data symbol `_ZTVSt13bad_exception'
>     BFD: .libs/libsupc++convenience.a(eh_exception.o): Unrecognized storage class 1\
> and then there are a lot of things like this:
> 
>     d: 0711-201 SEVERE ERROR: External symbol typeinfo name for std::bad_exception\
>     , defined in member eh_exception.o
>             of archive ../libsupc++/.libs/libsupc++convenience.a, was not found in \
>     the archive's global symbol table.
> 
> and then the compile dies.
> 
> Anybody know anything about this?


Just a guess. Look into upgrading your binutils. BFD is part of
    binutils.

Also - if you don't get a working answer here, try the developer
    mailing list.



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