This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu 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: Linking Problem


Hi Nix,

There is no problem with my C library installation. All those are defined 
for me also:

/************************************************************/
[root@Ferrari /lib]# nm -D /lib/libc-2.2.1.so | grep -E xstat

000bb3a4 T __fxstat
000bbbfc T __fxstat64
000bbbfc T __fxstat64
000bb6c8 T __lxstat
000bbd90 T __lxstat64
000bbd90 T __lxstat64
000bb080 T __xstat
000bba68 T __xstat64
000bba68 T __xstat64
/************************************************************/

Still I am getting the same errors.

My configure line was "--prefix=/usr --eanble-add-ons".

Thanks and Regards,
Sanal Kumar V K

>From: Nix <nix@esperi.demon.co.uk>
>To: glibc-linux@ricardo.ecn.wfu.edu
>CC: sanalvk@hotmail.com
>Subject: Re: Linking Problem
>Date: 21 Apr 2001 22:17:53 +0100
>
>[Cc: list radically stripped down. This is not a GCC issue!]
>
>On Thu, 19 Apr 2001, sanal vk spake:
> > I am getting following errors while linking a library, in which I don't 
>have any control.
> >
> >        Undefined reference to _xstat
> >        Undefined reference to _fxstat
> >
> > I am using gcc 2.96 on Red Hat Linux release 7.0 (Kernel 2.2.16-22 on an 
>i686). I tried installing glibc-2.2.1 and linking vga
> > library but it didn't make any difference.
>
>Your C library is incorrectly installed --- I don't know how, but it is:
>
>,----
>| nix@loki 268 % nm -D /lib/libc-2.2.2.so | grep -E '_f?xstat'
>| 000c4590 T __fxstat
>| 000c4a10 T __fxstat64
>| 000c4a10 T __fxstat64
>| 000c4430 T __xstat
>| 000c48d0 T __xstat64
>| 000c48d0 T __xstat64
>`----
>
>i.e. they are all defined.
>
>What was your configure line when you built glibc?
>
>--
>`There are other possibilities for stopping people from snoring;
>  for instance, just killing them.' --- Rainer

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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