Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ames!ucbcad!ucbvax!jade!violet.berkeley.edu!mwm From: mwm@violet.berkeley.edu.UUCP Newsgroups: comp.sys.amiga Subject: Dynamically loaded code? Message-ID: <2870@jade.BERKELEY.EDU> Date: Fri, 20-Mar-87 09:43:01 EST Article-I.D.: jade.2870 Posted: Fri Mar 20 09:43:01 1987 Date-Received: Sun, 22-Mar-87 15:21:50 EST Sender: usenet@jade.BERKELEY.EDU Reply-To: mwm@violet.berkeley.edu(Mike (No one lives forever.) Meyer) Organization: Missionaria Phonibalonica Lines: 14 I've just come across an application (hack, if you will) that wants one of the little-used features from unix: the ability to compile something to a .o file, then load it into a running program for execution (see the ld man page, check out the '-A' option). Anyone have any idea about how to make something like this work? Thanx,