Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2004 04:15:39 -0600 (CST)
From:      klr@6s-gaming.com
To:        freebsd-questions@freebsd.org
Subject:   Re: Call for help: -lkse (libkse trouble)
Message-ID:  <51905.81.84.175.77.1101032139.squirrel@81.84.175.77>
In-Reply-To: <20041120181037.GA24007@xor.obsecurity.org>
References:  <50873.81.84.175.77.1100891272.squirrel@81.84.175.77> <20041120181037.GA24007@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51905.81.84.175.77.1101032139.squirrel>