This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Failures because of failure changes?


I'm getting this set of errors on frv-elf today, the only recent change
I can see that might affect it is this:

2003-10-09  Petur Runolfsson  <peturr02@ru.is>
                                                                                
        * src/io-inst.cc: Don't include iostream.
        * include/bits/ios_base.h (ios_base::failure): Use string.
        * src/Makefile.am: Add ios_failure.cc.
        * src/Makefile.in: Regenerate.
        * src/ios.cc: Move ios_base::failure definitions to...
        * src/ios_failure.cc: ...here. New.

anybody else seeing this?

output is:
/ghostwheel/sourceware/builds-combined/build-frv/frv-elf/./libstdc++-v3/src/.libs/libstdc++.a(functexcept.o)(.text+0x3c): In function `std::__throw_ios_failure(char const*)':
/ghostwheel/sourceware/combined/libstdc++-v3/src/functexcept.cc:99:
undefined reference to
`std::ios_base::failure::failure[in-charge](std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)'
/ghostwheel/sourceware/builds-combined/build-frv/frv-elf/./libstdc++-v3/src/.libs/libstdc++.a(functexcept.o)(.text+0x58): In function `std::__throw_ios_failure(char const*)':
/ghostwheel/sourceware/builds-combined/build-frv/frv-elf/libstdc++-v3/include/bits/allocator.h:143: undefined reference to `typeinfo for std::ios_base::failure'/ghostwheel/sourceware/builds-combined/build-frv/frv-elf/./libstdc++-v3/src/.libs/libstdc++.a(functexcept.o)(.text+0x5c):/ghostwheel/sourceware/builds-combined/build-frv/frv-elf/libstdc++-v3/include/bits/allocator.h:143: undefined reference to `std::ios_base::failure::~failure [in-charge]()'
/ghostwheel/sourceware/builds-combined/build-frv/frv-elf/./libstdc++-v3/src/.libs/libstdc++.a(functexcept.o)(.text+0x64):/ghostwheel/sourceware/builds-combined/build-frv/frv-elf/libstdc++-v3/include/bits/allocator.h:143: undefined reference to `typeinfo for std::ios_base::failure'
/ghostwheel/sourceware/builds-combined/build-frv/frv-elf/./libstdc++-v3/src/.libs/libstdc++.a(functexcept.o)(.text+0x68):/ghostwheel/sourceware/builds-combined/build-frv/frv-elf/libstdc++-v3/include/bits/allocator.h:143: undefined reference to `std::ios_base::failure::~failure [in-charge]()'
collect2: ld returned 1 exit status

-eric

-- 
Eric Christopher <echristo@redhat.com>


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