On Thu, Feb 19, 2009 at 04:29:39AM -0200, Gerardo Exequiel Pozzi wrote:
> $ objdump -T libGL.so.1.2 | grep xstat
> (none)
> $ objdump -T /usr/lib/libGL.so.180.29 |grep xstat
> 00000000      DF *UND*  00000145  GLIBC_2.0   __xstat
> 00000000      DF *UND*  00000145  GLIBC_2.0   __fxstat

Well, now I would ask you to do
grep _STAT_VER /usr/include/bits/stat.h
on the system where /usr/lib/libGL.so.180.29 was linked,
but I think you probably can't do that.

Can you find out what is the first argument passed to __xstat
and __fxstat by this library (without libfakeroot preloaded)?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to