2.1.6 dynamic loading under solaris 5.3
I have installed STk-2.1.6 on a machine running the SOLARIS 5.3
operating system. We are having problems with dynamic loading
(which should be supported for 2.1.6). When I invoke STk, I can
dynamically load one shared object file, but not two:
Welcome to the STk interpreter version 2.1.6 [SunOS-5.3-sun4m]
Copyright (C) 1993, 1994 Erick Gallesio - I3S - CNRS / UNSA <eg_at_unice.fr>
STk> (load "hash.so")
#[undefined]
STk> (load "stklos.so")
Bus error (core dumped)
If I load these in the opposite order, I can tell that the problem isn't
stklos.so:
Welcome to the STk interpreter version 2.1.6 [SunOS-5.3-sun4m]
Copyright (C) 1993, 1994 Erick Gallesio - I3S - CNRS / UNSA <eg_at_unice.fr>
STk> (load "stklos.so")
#[undefined]
STk> (load "hash.so")
Bus error (core dumped)
A smiliar installation works fine under a SunOS 4.1. Does anyone have any
hints, clues, suggestions? Any help is appreciated.
Thanks,
Sarah Officer
officers_at_aries.tucson.saic.com
Received on Tue Feb 21 1995 - 21:31:07 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST