On Wed, 19 Dec 2007 15:49:47 -0500, Doug Chapman wrote: > Does anybody have ideas on how we can make this more portable?
The path to libc.so.6* is in libc.so: $ 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(elf64-ia64-little) GROUP ( /lib/libc.so.6.1 /usr/lib/libc_nonshared.a ) : cat /usr/lib64/libc.so /* GNU ld script Use the shared library, but some functions are only in the static library, so try that secondarily. */ OUTPUT_FORMAT(elf64-x86-64) GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-x86-64.so.2 ) ) -- Fedora-buildsys-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-buildsys-list
