> I did not have libc.so. I had libc-2.1.so an libc.so.6; after adding > another symlink I can build shared libraries. > > But, wouldn't ya know, now any program that uses stat() and friends > fails to compile w/ Dave, On glibc systems libc.so can't just be a symlink to libc-2.1.so. Instead it has to be a linker script. Some functions, like stat(), live in libc_nonshared.a rather than in the shared object. The contents of libc.so should be: /* GNU ld script Use the shared library, but some functions are only in the static library, so try that secondarily. */ GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a ) p. unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
- Re: Floating point support Philip . Blundell
- Re: Floating point support Nicolas Pitre
- Re: Floating point support Philip Blundell
- Building share libraries Dave Baukus
- Re: Building share libraries Philip Blundell
- Re: Building share libraries Dave Baukus
- Re: Building share libraries Philip Blundell
- Re: Building share libraries Dave Baukus
- Re: Building share libraries Philip Blundell
- Re: Building share libraries Dave Baukus
- Re: Building share libraries Philip Blundell
- Re: Building share libraries Hanske;Stefan
- Re: Building share libraries Rod m. Stewart
- Re: Building share libraries Philip Blundell
- Re: Building share libraries Hanske;Stefan
- Re: Floating point support Mark van Doesburg
- Re: Floating point support Philip Blundell
- Re: Floating point support Mark van Doesburg
- Re: Floating point support Philip Blundell
