scsh-users
[Top] [All Lists]

Bug in static.scm (version 0.5)

To: scsh-bugs@martigny.ai.mit.edu
Subject: Bug in static.scm (version 0.5)
From: Iver Odin Kvello <i.o.kvello@sum.uio.no>
Date: Sun, 27 Apr 1997 18:24:39 +0200 (MET DST)
Static.scm doesn't seem to work as is; and scsh-hlink doesn't seem to
exist. Line 61 and 62 of static.scm reads

(set-options:output-executeable options (caddr args))
(set-options:input-image options (cadr args))

args seems to be unbound at that point. Substituting argl for args results
in a working script and (eventually) a working executable. 

--
(define (cthulhu_fhthagn)           ;     Iver Odin Kvello, iverok@sum.uio.no
   (call/cthulhu  (lambda (destroy) ;        Lambda, the Ultimate Horror 
      (if (stars-are-right? (now)) (destroy 'everything) (cthulhu_fhtagn)))))


<Prev in Thread] Current Thread [Next in Thread>