On Mon, Oct 20, 2008 at 12:38 AM, Raimo Niskanen <[EMAIL PROTECTED]> wrote: ... > Is it obvious how to build librthread.so?
It's just like 99% of the directories in the source tree: - make obj - make depend - make "make install" will install the shared and static libraries as 'librthread' into /usr/lib. (For those wondering what the 1% of directories are, those would be the kernel (described in the release(8) manpage) and the outside packages which have a Makefile.bsd-wrapper file to fit them into the tree.) Philip Guenther