when is a .so not a .so? when it's a ld script of course!

yup, /lib/libc.so on my fc4 box is a ..... script.

which is why l4 would not build ... /bin/ld from olden times does
not understand the GROUP command below.


[EMAIL PROTECTED] ~]$ file /usr/lib/libc.so
/usr/lib/libc.so: ASCII C program text
[EMAIL PROTECTED] ~]$ cat !$
cat /usr/lib/libc.so
/* GNU ld script
   Use the shared library, but some functions are only in
   the static library, so try that secondarily.  */
OUTPUT_FORMAT(elf32-i386)
GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) )
[EMAIL PROTECTED] ~]$



ron

Reply via email to