Re: [3.3 branch] 2 missing symbols in libstdc++ baseline

2003-04-29 Thread Benjamin Kosnik
>> 2 missing symbols >> 1 >> std::basic_ios >> >::init(std::basic_streambuf >*) >> _ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_E >> GLIBCPP_3.2 >> >> 2 >> std::basic_ios >> >::init(std::basic_streambuf >*) >> _ZNSt9basic_iosIwSt11char_t

Re: [3.3 branch] 2 missing symbols in libstdc++ baseline

2003-04-29 Thread Carlo Wood
I had this too, a complete new rebuild did it for me. The dependency information is broken, but not the code. see http://gcc.gnu.org/ml/libstdc++/2003-04/msg00370.html and http://gcc.gnu.org/ml/libstdc++/2003-04/msg00371.html On Tue, Apr 29, 2003 at 08:01:25AM +0200, Matthias Klose wrote: > If th

[3.3 branch] 2 missing symbols in libstdc++ baseline

2003-04-29 Thread Matthias Klose
If this is a bug, then I assume the following patch introduced it: 2003-04-22 Jerry Quinn <[EMAIL PROTECTED]> Benjamin Kosnik * include/bits/basic_ios.h (ios_base::Init::_S_ios_create): Declare friend. (basic_ios::init, basic_ios::_M_cache_locale): Add local