The trouble with dynamic loading on SunOS 5.5.1 seems related to gcc
and the choice of linker. I have not yet tracked down the exact
problem. However, I have now successfully compiled STk-3.1.1 with
Sun's C compiler (/opt/SUNWspro/bin/cc).
beshers_at_dynamo>>> ./test-snow
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 67d74]
STk> Bye.
beshers_at_dynamo>>> uname -a
SunOS dynamo.cs.columbia.edu 5.5.1 Generic sun4u sparc
beshers_at_dynamo>>>
We have gcc installed with the GNU ld. Is there an imcompatability
here?
Any wild ideas where I should look further would be helpful.
--
Clifford Beshers Computer Graphics and User Interfaces Lab
beshers_at_cs.columbia.edu Department of Computer Science
http://www.cs.columbia.edu/~beshers Columbia University
Received on Mon Dec 16 1996 - 06:39:25 CET