Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!athena.mit.edu!meltsner From: meltsner@athena.mit.edu (Ken Meltsner) Newsgroups: comp.lang.lisp Subject: Re: Help wanted with VAX LISP :- executable images Message-ID: <1990Feb1.133152.12808@athena.mit.edu> Date: 1 Feb 90 13:31:52 GMT References: <2368@ul.ie> Sender: news@athena.mit.edu (News system) Reply-To: meltsner@athena.mit.edu (Ken Meltsner) Organization: Massachusetts Institute of Technology Lines: 20 I'm not sure if Vaxlisp 2.1 supports standalone executable images; the first version I can remember that did was 2.2 Since the current release is 3.0a, you may want to upgrade. (The new system has many other advantages as well.) Here's a sample define-lisp-system: (define-lisp-system "junker" :exclude '(:editor :compiler :uis ) :requires-license nil :input-files '("test-junk") :main 'countdown) Test-junk.lsp has a single function COUNTDOWN which runs from 10 to 1. But I suspect your big problem is an obsolete version of LISP. Ken