From owner-freebsd-questions@FreeBSD.ORG Mon May 1 09:34:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 328EE16A403 for ; Mon, 1 May 2006 09:34:27 +0000 (UTC) (envelope-from nivo+sender+6075ff@yuckfou.org) Received: from ssdd.xs4all.nl (ssdd.xs4all.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A5C43D76 for ; Mon, 1 May 2006 09:34:18 +0000 (GMT) (envelope-from nivo+sender+6075ff@yuckfou.org) Received: from localhost (localhost [127.0.0.1]) by imhotep.yuckfou.org (Postfix) with ESMTP id B42B9C5 for ; Mon, 1 May 2006 11:35:26 +0200 (CEST) Received: from ssdd.xs4all.nl ([127.0.0.1]) by localhost (imhotep.is-root.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 91786-08 for ; Mon, 1 May 2006 11:35:20 +0200 (CEST) Received: by imhotep.yuckfou.org (Postfix, from userid 1000) id BA274B6; Mon, 1 May 2006 11:35:20 +0200 (CEST) Received: from [192.168.2.239] (turbata-xp.is-root.com [192.168.2.239]) by localhost.yuckfou.org (tmda-ofmipd) with ESMTP; Mon, 01 May 2006 11:35:18 +0200 (CEST) Message-ID: <4455D639.3070403@yuckfou.org> Date: Mon, 01 May 2006 11:34:49 +0200 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44556DCA.4010307@gmail.com> In-Reply-To: <44556DCA.4010307@gmail.com> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=AD3A5AAD; url=http://www.is-root.com/nv.pgp Content-Type: text/plain; charset=gb18030 Content-Transfer-Encoding: 7bit From: Nils Vogels X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) X-TMDA-Fingerprint: L7AidcVb1BbJWDGevBcj+U+xp9k X-Virus-Scanned: amavisd-new at is-root.com X-Spam-Status: No, score=-4.921 tagged_above=-999 required=6.31 tests=[ALL_TRUSTED=-1.8, AWL=-0.522, BAYES_00=-2.599] X-Spam-Score: -4.921 X-Spam-Level: Subject: Re: where is libkse? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nils Vogels List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 09:34:27 -0000 snnn wrote on 01-05-2006 4:09: > : undefined reference to `kse_create(kse_mailbox*, int)' > > I cannot find libkse under freebsd6.0. > which library should I linked for sys/kse.h ? >From the man page on kse_create(2) KSE(2) FreeBSD System Calls Manual KSE(2) NAME kse -- kernel support for user threads LIBRARY Standard C Library (libc, -lc)