--- Kaloian Doganov <[EMAIL PROTECTED]> 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


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to