Versioning problem
H.J. Lu
hjl@lucon.org
Tue Dec 1 22:17:00 GMT 1998
> > lightside:/lib% nm libstdc++.so |grep proc_open
> > U _IO_proc_open@@GLIBC_2.0
> >
> > And that:
> >
> > lightside:~% nm /usr/glibc/lib/libc-2.0.104.so |grep proc_open
> > 000556f4 t _IO_new_proc_open
> > 000575e4 t _IO_old_proc_open
> > 000556f4 T _IO_proc_open@@GLIBC_2.1
> > 000575e4 T _IO_proc_open@GLIBC_2.0
>
> I don't see a problem. The different number of @@'s is not a problem.
> @@ simply indicates the default version. You'll have to investigate
> this further since I cannot see this problem.
>
He compiled libstdc++ with the older glibc 2.1. He needs to recompile
egcs against the new glibc 2.1.
--
H.J. Lu (hjl@gnu.org)
More information about the Libc-alpha
mailing list