[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Shared libraries on pmax platform
I really need help with this.
I'm using the current pmax snapshot and ports updated by CVS.
It seems that anything I compile that generates a shared library
generates a shared library that ldconfig doesn't want to create
nice symlinks for the soname.
Nowwwwww.... That's not entirely true. The real problem is that
these libraries so generated by ldd actually have a null internal name
field (yes, they're really ELF.)
How do I give the libraries nice internal name fields and therefore make
them not only ldconfig correctly, but also link nicely with applications
so that they don't have a reference (for example) to libcpico.so when the
library itself is libpico.so.1.3 and should be libpico.so.1 in its
generalized form.
Oh - I still haven't got anywhere with screen on this platform, either.
Stephen