gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Standalones......


From: thorsday
Subject: [Gcl-devel] Standalones......
Date: Wed, 16 Jul 2003 18:06:04 +0200

Hi,

I've looked at some information on the devel list on the proper way to create a
standalone executable.

I found this:

test.lsp
(progn 'compile (print 'hello) (si::quit))
; ^^^^^^^^

compile it:

gcl -compile test.lsp

and run it:
gcl -batch -load test.o

In my system it does not work. I.m presently using the gcl.2.5.3 mingw dist.
I would like to produce an "exe" file so the end user can just click-n-go.
Also, does a gcl tutorial exists that deals with issues such as creating
"standalones" using the mingw dist?

Thanks.





reply via email to

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