Call for help: -lkse (libkse trouble)
klr at 6s-gaming.com
klr at 6s-gaming.com
Sun Nov 21 05:19:39 PST 2004
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, klr at 6s-gaming.com 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
More information about the freebsd-questions
mailing list