This is the mail archive of the libc-hacker@sourceware.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


Ragnar Hojland Espinosa <ragnar@lightside.ddns.org> writes:

> The problem is that:
> 
> 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.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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