[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: standalone executables with clisp
- To: <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: standalone executables with clisp
- From: Bruno Haible <haible@ilog.fr>
- Date: Wed, 13 Aug 1997 15:26:50 +0200 (MET DST)
- >received: from halles.ilog.fr (halles.ilog.fr [172.16.1.96]) by ilog.ilog.fr (8.8.7/8.7.3) with ESMTP id PAA05165; Wed, 13 Aug 1997 15:26:51 +0200 (MET DST)
- In-reply-to: <9708128714.AA871429312@inet.stknhlg.com>
- References: <9708128714.AA871429312@inet.stknhlg.com>
sshteingold@cctrading.com asks:
>
> Is it possible to create standalone executables with clisp on win32?
> The closest thing I could think of so far was
> 1. compile everything, load it, then do (saveinitmem).
> 2. create a shortcut running `clisp -m init.mem -x (main)'.
> Is this the only way?
Yes, this is the only way to create "standalone" programs with clisp.
For details about `saveinitmem', please see section 90.1. of impnotes.txt.
Bruno