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]

Versioning problem


>Submitter-Id:	net
>Originator:	Ragnar Hojland Espinosa
>Organization:
  -- 
  ____/|  Ragnar Hojland  (ragnar@lightside.ddns.org)      Fingerprint  94C4B
  \ o.O|  _______________________________________________  2F0D27DE025BE2302C
   =(_)= | 7 Diciembre, manifestacion contra Telefonica! | 104B78C56 B72F0822
     U   |  No faltes!!  http://www.internautas.org/7D/) | hkp://keys.pgp.com
          -----------------------------------------------
>
>Confidential:	no
>Synopsis:	
>Severity:	non-critical
>Priority:	medium
>Category:	libc
>Class:		sw-bug
>Release:	libc-2.0.104
>Environment:
	
Host type: i686-pc-linux-gnulibc1
System: Linux lightside.ddns.org 2.1.130 #1 Fri Nov 27 00:37:21 CET 1998 i686 unknown
Architecture: i686

Addons: crypt linuxthreads

Build CC: ecc
Compiler version: egcs-2.91.57 19980901 (egcs-1.1 release)
Kernel headers: 2.1.130
Symbol versioning: yes
Build static: yes
Build shared: yes
Build pic-default: no
Build profile: no
Build omitfp: yes
Build bounded: no
Build static-nss: no
Stdio: libio

>Description:
lightside:~% e++ -W -Wall *.cc
/usr/local/egcs/lib/libstdc++.so: undefined reference to _IO_proc_open@@GLIBC_2.0'
/usr/local/egcs/lib/libstdc++.so: undefined reference to _IO_proc_close@@GLIBC_2.0'

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

>How-To-Repeat:
See description.
>Fix:


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