Newsgroups: comp.lang.lisp
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!howland.reston.ans.net!news.sprintlink.net!demon!news2.demon.co.uk!news.demon.co.uk!news
From: cmr@sirasis.demon.co.uk (Colin Ready)
Subject: GCLisp 4.4 Runtimes
X-Nntp-Posting-Host: sirasisn.demon.co.uk
Message-ID: <D7xyAE.480@demon.co.uk>
Sender: news@demon.co.uk (Usenet Administration)
Organization: Sira Industrial Systems
X-Newsreader: WinVN 0.92.6+
Date: Tue, 2 May 1995 08:01:26 GMT
Lines: 14

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