This is the mail archive of the gcc@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]

Re: iomanip problem


> 
> You link not or with the wrong libstdc++.
> This template is defined in libstdc++.so.2.9.
> 
> >nm -C /usr/local/egcs-cvs/lib/libstdc++.so.2.9 | grep 'ostream.*smanip<int>'
> 00023854 T ostream & operator<<<int>(ostream &, smanip<int> const &)
> 
> If you are using egcs-1.0.x, then the lib is still called libstdc++.so.2.8,
> make sure to use the right lib :/
> 

My library interface patch solves this and other problems.


H.J.


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