guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (fcntl fd F_GETLK ...) from Guile


From: Mike Gran
Subject: Re: (fcntl fd F_GETLK ...) from Guile
Date: Mon, 3 Sep 2007 06:41:27 -0700 (PDT)

--- Kaloian Doganov <address@hidden> 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 <unistd.h>.  I changed the test to look for it
in <sys/types.h>, 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]