Mario Domenech Goulart <mario.goul...@gmail.com>

> 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.

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to