chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] static compile with eggs


From: felix winkelmann
Subject: Re: [Chicken-users] static compile with eggs
Date: Mon, 25 Jul 2005 10:03:26 +0200

On 7/22/05, Daishi Kato <address@hidden> 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




reply via email to

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