I have recompiled STk on SunOS 5.5.1 and I did not have problem. It took me
some time because I tried to do it on a new machine not used a lot (but where
gcc was loosely installed ;-<).
It compiles without problem with Gcc (2.7.1) and the loader in
/usr/ccs/bin/ld. As Clifford says, a gcc with Gnu ld should not work. I was
not able to verify
this now since our installation of gcc does not use gld, but I have already
seen this some time ago on SunOS 4.1.3.
As expected I have
Welcome to the STk interpreter version 3.1.1 [SunOS-5.5.1-sun4]
Copyright © 1993-1996 Erick Gallesio - I3S - CNRS / ESSI <eg_at_unice.fr>
STk> (set! *load-verbose* #t)
#[undefined]
STk> define-class
;; Loading file "../STklos/stklos.stk"
;; Loading file "../Lib/hash.stk"
;; Loading file "../Extensions/hash.so"
;; File "../Extensions/hash.so" loaded
;; File "../Lib/hash.stk" loaded
;; File "../STklos/stklos.stk" loaded
#[macro 656c4]
STk>
BTW, I have placed a binary release for SunOS 5.5.1 on
http://kaolin.unice.fr/Binaries
-- Erick
Received on Mon Dec 16 1996 - 20:36:46 CET