Dynamic Loading for multiple files?

From: Chet Murthy <murthy_at_cs.cornell.edu>
Date: Thu, 22 Sep 1994 11:24:00 -0400

Is there a way to get multiple files to be dynamically loadable?

I want to use the functionality in Extensions/hash.c to write another
dynamically-loaded C file. Since hash.c is also statically linked in,
I can do this, but later, I will want to have a *lot* of C files which
all get dynamically linked into stk.

Right now, I get this:

bolverk:stk
Welcome to the STk interpreter version 2.1
Copyright (C) 1993, 1994 Erick Gallesio - I3S - CNRS / UNSA <eg_at_unice.fr>
STk> (load "hash.so")
#[undefined]
STk> (load "timers.so")
ld.so: call to undefined procedure _make_hash_table from 0xef6fb114

What am I doing wrong?

--chet--
Received on Thu Sep 22 1994 - 17:57:42 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST