Re: real LSB compliance
On Sat, Jun 30, 2001 at 11:51:46PM -0400, Joey Hess wrote:
[...]
>    Checking symbols in /lib/libc.so.6
>    fgetpos64 has version GLIBC_2.2, expecting GLIBC_2.1
This must be an error in the check.
$ objdump -T /lib/libc.so.6 | grep fgetpos64
00066300 g    DF .text  00000126  GLIBC_2.2   fgetpos64
0006be90 g    DF .text  000000f8 (GLIBC_2.1)  _IO_fgetpos64
00066300 g    DF .text  00000126  GLIBC_2.2   _IO_fgetpos64
0006be90 g    DF .text  000000f8 (GLIBC_2.1)  fgetpos64
I'll bet it found only the first instance of fgetpos64, it should
have kept on looking for the one it wanted.
-- 
Richard Braakman
Will write free software for money.
See http://www.xs4all.nl/~dark/resume.html
Reply to: