chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] lazy-ffi: what am I missing?


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] lazy-ffi: what am I missing?
Date: Wed, 31 Mar 2010 13:51:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

On Tue, 30 Mar 2010 23:06:29 -0300 Jeronimo Pellegrini <address@hidden> wrote:

> $ csc -X lazy-ffi.scm thing.scm
>
> (Do I really need to include the lazy-ffi source when compiling?)

According to the wiki docs, yes:

    To use this extension in compiled code, invoke the compiler with
    -extension lazy-ffi. This is necessary because the extension defines
    a special read-syntax which has to be registered before the source
    code is read in. This is not required for interpreted code.


Best wishes.
Mario




reply via email to

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