This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: iomanip problem
- To: carlo at runaway dot xs4all dot nl (Carlo Wood)
- Subject: Re: iomanip problem
- From: hjl at ocean dot lucon dot org (H.J. Lu)
- Date: Sun, 19 Jul 1998 16:57:34 -0700 (PDT)
- Cc: xiao at cmold dot com, egcs at cygnus dot com
>
> 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.