[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Distributing compiled C files
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Distributing compiled C files |
Date: |
Fri, 28 Dec 2007 12:31:13 +0100 |
On Dec 28, 2007 1:39 AM, Ivan Raikov <address@hidden> wrote:
>
> Yes, this is on Linux. The contents of hello.scm is:
>
> (display "Hello, world!")
>
> The output of `hello -:d ` is:
>
> ./hello -:d
> [debug] application startup...
> [debug] heap resized to 500000 bytes
> [debug] stack bottom is 0xbfb35b50.
> [debug] entering toplevel toplevel...
> [debug] stack resized to 131072 bytes
> [debug] entering toplevel library_toplevel...
>
> `##sys#error-hook' is not defined - the `library' unit was probably
> not linked with this executable - execution terminated
>
"provide" is provided by the eval unit, which is not linked in. I wonder
where it comes from, you don't use "require-extension" or "-R"?
Can you compile the file with "-debug 2" ?
cheers,
felix