It built on:
117 nardis> uname -a
SunOS nardis 5.5.1 Generic sun4u sparc SUNW,Ultra-1
with one minor fix I'll send later. But first, what does this mean:
93 nardis> (cd Src; /bin/sh test-stk)
Welcome to the STk interpreter version 3.1 [SunOS-5.5.1-sun4]
Copyright ) 1993-1996 Erick Gallesio - I3S - CNRS / ESSI <eg_at_unice.fr>
STk> (define (foo x) x)
#[undefined]
STk> (foo 4)
4
STk> (define-class <Car> ()
((power :init-keyword :power :accessor power)
(driver :init-keyword :driver :accessor driver)
(color :init-keyword :color :accessor color)))
*** Error at line 25 of file ../Lib/hash.stk:
Cannot open object file (ld.so.1: ../Src/stk: fatal: relocation error: symbol not found: STk_nil: referenced in ../Extensions/hash.so): "../Extensions/hash.so"
Received on Thu Dec 05 1996 - 04:47:25 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST