Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!rice!sun-spots-request From: harp@terra.pkg.mcc.com (Christopher North-Keys) Newsgroups: comp.sys.sun Subject: Dynamic loading for SunOs Keywords: Miscellaneous Message-ID: <3292@brazos.Rice.edu> Date: 20 Nov 89 22:17:31 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 9 Approved: Sun-Spots@rice.edu X-Refs: Original: v8n190, Replies: v8n200 X-Sun-Spots-Digest: Volume 8, Issue 207, message 9 of 16 q> Is there a way to link, at runtime, an arbitrary object file to the q> current process? a> You may want to look into the `Elk' Scheme interpreter that has been a> posted to comp.sources.misc a couple of weeks ago. You might also look at the dynamic loader in xtank, available from expo.lcs.mit.edu (18.30.0.212) under contrib/. The code is in Src/unix.c . It also uses a threads implementation.