From: Colin Ready
Subject: GCLisp 4.4 Runtimes
Date: 
Message-ID: <D7xyAE.480@demon.co.uk>
I am trying to gernare a runtime system under GCLisp 4.4 with the following criteria

1)    The image, when running should ot have a listener
 
2)    The source code is held in multiple files

I have successfully done this in GCLisp 4.3, but the same code doesn't work in 4.4.  

In 4.4 if I start the runtime without a listener the whole thing crashes.
If I have a listener all is well, however.

Alternatively if I run up the image with a listener can I get rid of it?

Any advice from anyone using GCLisp welcome!!