Versioning problem
Ulrich Drepper
drepper@cygnus.com
Tue Dec 1 18:34:00 GMT 1998
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 `------------------------
More information about the Libc-alpha
mailing list