>As the supplied ld doesn't support shared libraries, Lesstif compiles as
>static. However, /usr/X11/lib contains libXt.sa, libXt.so.6, and
>libXt.so.6.0. Does this mean they're all shared? I thought a.out didn't
>support shared libraries?
Yes. A .so file is a shared object; .sa is the stub that you link with for
such an object.
It's possible to support shared libraries with a.out but building them is a
pretty gruesome process involving the DLL tools. Glibc has no support for
this but the old libc4 does. I think the binutils linker has all the
necessary bits in to make it work.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]