chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Static compile


From: felix winkelmann
Subject: Re: [Chicken-users] Static compile
Date: Thu, 4 Jan 2007 08:29:07 +0100

On 1/4/07, Joshua Griffith <address@hidden> wrote:
Felix,

I think the problem is with the csv egg.  When I don't compile with eval.c,
I get the following error:
[debug] application startup...
[debug] heap resized to 500000 bytes
[debug] stack bottom is 0xbffff970.
[debug] entering toplevel toplevel...
[debug] stack resized to 131072 bytes
[debug] entering toplevel library_toplevel...
[debug] entering toplevel extras_toplevel...
 [debug] entering toplevel utils_toplevel...
[debug] entering toplevel regex_toplevel...
[debug] entering toplevel srfi_1_toplevel...
[debug] entering toplevel srfi_37_toplevel...
[debug] entering toplevel csv_toplevel...
Error: unbound variable: ##sys#require


Indeed, ##sys#require is provided by eval.c. Since csv doesn't load
any extensions on it's own, I assume that it is the last extension
that is required by the application.

Can you compile the static version of your main source file with
"-prelude '(provide (quote csv))'" and tell me whether that helps?


cheers,
felix




reply via email to

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