[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shared libraries on pmax platform
> > 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.
> >
> the shared lib implementation is not perfect on the elf platforms -
> but did you look at the bsd.lib.mk how it is done for the system libs
> - tell me if this solves your problems please
Yes, modifying the way they're linked to include the soname did indeed fix
the problem, thank you.
> > Oh - I still haven't got anywhere with screen on this platform, either.
> >
> what do you mean by that ?
Fixed that by rebuilding a new curses.
Shall I bore you with my current problem? The kernfs and procfs don't
seem to work - the system just panics if I try to mount them. But don't
worry - I'll go RTFM to find out why. :)
The whole ident problem I had was because stupid me had a kernel with a
not-bsd filename and no link to the bsd name, so ident... You get the
picture.
Thanks for all your help so far.
Stephen