I got some errors when I tried to compile a file:
root@mepis1:/opt/gambit# cat test.scm (define (block))
(define (f x) (+ (* x x) (- x 1)))
(define (g y) (f (f y)))
(pp 123)
root@mepis1:/opt/gambit# gsc test.scm *** ERROR IN "/opt/gambit/test.scm"@1.1 -- Ill-formed special form: define root@mepis1:/opt/gambit# gsc -e '(set! c#targ-tree-shake? #t)' test.scm *** ERROR IN (string)@1.1 -- Unbound variable: c#targ-tree-shake?
Any ideas?
Thanks, Steve
________________________________ From: Steve Graham jsgrahamus@yahoo.com To: Gambit List Gambit-list@iro.umontreal.ca Sent: Thursday, June 7, 2012 10:23 AM Subject: [gambit-list] 4.6.6 or 4.2.8
Just downloaded and built the latest version. Verbiage in make indicated it was 4.6.6. However, when I fired up gsi and gsc, they both said 4.2.8.
I am running on an x64 Linux system.
Steve
_______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list