chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Creating my own extensions


From: Mark Carter
Subject: Re: [Chicken-users] Creating my own extensions
Date: Tue, 6 Mar 2012 18:59:32 +0000
User-agent: KMail/1.13.7 (Linux/3.2.0-1-686-pae; KDE/4.6.5; i686; ; )

Mario Domenech Goulart <address@hidden>

> Maybe this document can be useful:
> http://wiki.call-cc.org/eggs%20tutorial

OK, after many chicken sacrifices (strangely appropriate somehow), I was 
able to build my extension and load it. Just one comment: I think there is 
a doc fix needed at 
        http://wiki.call-cc.org/man/4/Extensions
In the section my-lib.setup, I think the following line needs to be included 
below the other two compile lines:
        (compile -c -O2 -d1 my-lib.scm -unit my-lib -j my-lib)
Otherwise, the .o file isn't created, causing installation to fail.



reply via email to

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