chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Sendfile error on Red Hat 5.5 64 Bit


From: Vok Vojwo
Subject: Re: [Chicken-users] Sendfile error on Red Hat 5.5 64 Bit
Date: Thu, 1 Dec 2011 18:16:07 +0100

2011/12/1 David Krentzlin <address@hidden>:
>
> As a quick fix you can adjust the sendfile.setup to include the features
> that are present.
>
> Something like:
> (compile -s -O2 -d0 -D sendfile -D mmap -D madvise sendfile.scm -j sendfile)
>
> instead of:
> (compile -s -O2 -d0 ,@features sendfile.scm -j sendfile)
>

I did already something similar by removing the two lines:

;;  (when posix-fadvise?
;;    (set! features (cons '-D (cons 'posix-fadvise features))))

from sendfile.setup which has the same effect I think.



reply via email to

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