I fixed this some days ago, edited the makefile @ usr src lib libpthread and changed LIB=pthread to LIB=kse , then make all install.
Perhaps I ran into this problem because I installed from a 5.2.1 cd (5.3 over NFS) and did a minimal install. Hope this helps someone in the future with this fishy problem.. Regards, Hugo > On Fri, Nov 19, 2004 at 01:07:52PM -0600, [EMAIL PROTECTED] wrote: > >> I did a cd /usr/src/lib/libpthread && make all install -- This should >> have >> installed libkse too. When I changed THREAD_LIBS=-lkse (from -pthread), >> I >> got an error from ld while compiling the driver.. Was something like: >> /usr/bin/ld: Cannot find -lkse (error code 1 , blah blah).. > > There is no such thing as libkse any more; libpthread is the default > thread library and uses kernel-supported threads ("KSEs") > > It sounds like you didn't completely update your system, or you're > still trying to use things compiled for the old version. > > Kris _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"