From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.user Subject: Re: (fcntl fd F_GETLK ...) from Guile Date: Mon, 3 Sep 2007 06:41:27 -0700 (PDT) Message-ID: <771153.36133.qm@web37911.mail.mud.yahoo.com> References: <873axwgoha.fsf@doganov.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1188826927 1852 80.91.229.12 (3 Sep 2007 13:42:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Sep 2007 13:42:07 +0000 (UTC) To: Kaloian Doganov , Gule User Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Sep 03 15:42:00 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ISCBY-0003Zl-2a for guile-user@m.gmane.org; Mon, 03 Sep 2007 15:41:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISCBW-0008RT-LB for guile-user@m.gmane.org; Mon, 03 Sep 2007 09:41:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISCBQ-0008Md-NB for guile-user@gnu.org; Mon, 03 Sep 2007 09:41:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISCBO-0008IB-JS for guile-user@gnu.org; Mon, 03 Sep 2007 09:41:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISCBN-0008HX-VD for guile-user@gnu.org; Mon, 03 Sep 2007 09:41:38 -0400 Original-Received: from web37911.mail.mud.yahoo.com ([209.191.91.173]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ISCBN-0006kv-JR for guile-user@gnu.org; Mon, 03 Sep 2007 09:41:37 -0400 Original-Received: (qmail 36885 invoked by uid 60001); 3 Sep 2007 13:41:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=TAXUuS3Z6GvFCyqbOlLgm2Mv6kPf+RtJOFDzRc/wwsRKCOAIGkYk5U532ahH7tjEi17/cg3ZRpkORR06pdqwWxIk4IGmBYpyKczqD+IYnbj4l0q9oI92k2qBbxeI5WZMXNK3ouj8bhXEKOa1bNlz7Ciu7UgP9+/0wW/ISoyRKOA=; X-YMail-OSG: F8m_y7MVM1lgj8yFl3W14UJwvX5qp5Nwg1DTNZVlHa4wovgbQwrm4rI7_i0eIhIb_RdbBavQF9IJ4NwhuMFIJWw_HjEwo5kopgyfB7KYQI22FtrzU6Q- Original-Received: from [4.232.123.223] by web37911.mail.mud.yahoo.com via HTTP; Mon, 03 Sep 2007 06:41:27 PDT In-Reply-To: <873axwgoha.fsf@doganov.org> X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6127 Archived-At: --- Kaloian Doganov wrote: > I guess by "Linux" you actually mean GNU/Linux, since the make > program > can not run on the bare kernel. I knew I was going to get in trouble for that the moment I hit "send". > Unfortunately, the configure script > fails on my system (gNewSense): Try this: http://lonelycactus.com/getlk-0.1.tar.gz Anyway, configure failed for you because it did not find the definition of the type "off_t" in . I changed the test to look for it in , because that is where the LSB says it should be. If it fails again, you should write me directly, as autoconf problems (and my failings as a coder) are off-topic for the list. ;-) -Mike Gran _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user