chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Distributing compiled C files


From: Ivan Raikov
Subject: Re: [Chicken-users] Distributing compiled C files
Date: Fri, 28 Dec 2007 09:39:03 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

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


"felix winkelmann" <address@hidden> writes:

>
> DId you modify the hello program in any way? This is on
> Linux, I presume? What happens if you run "./hello -:d"?
>




reply via email to

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