This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


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

Re: Versioning problem


> > 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)


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