On 7/22/05, Daishi Kato <[EMAIL PROTECTED]> wrote:
> This may be a faq, but I could not find
> related subjects in the mailing list archive.
> 
> Is it possible to build a static excecutable that uses eggs?
> I'm trying with a simple example, which turned to be not working.
> Here is the log what I've done.
>
>[...]

You should do the following:

% csc gdbm.scm -unit gdbm -c -O2 -d0
% csc foo.scm -uses gdbm -prelude '(provide (quote gdbm))' gdbm.o
% ./foo


cheers,
felix


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

Reply via email to