home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.programmer
- Path: sparky!uunet!usc!rpi!sci.ccny.cuny.edu!sci.ccny.cuny.edu!kly
- From: kly@sci.ccny.cuny.edu (Gregory Kozlovsky)
- Subject: Dynamic linking
- Message-ID: <1992Sep9.040135.17918@sci.ccny.cuny.edu>
- Sender: kly@sci.ccny.cuny.edu (Gregory Kozlovsky)
- Reply-To: kly@sci.ccny.cuny.edu (Gregory Kozlovsky)
- Organization: City College of New York - Science Computing Facility
- Date: Wed, 9 Sep 1992 04:01:35 GMT
- Lines: 12
-
- I have written an interpreter and I would like to have the capability
- to link and call C functions in run-time. These C functions would be
- created in a separate source file which then will be compiled. The tricky
- part is to link .o file with the interpreter and to call the function.
-
- I remember this question being discussed two years ago and somebody
- named Wilson Ho offered a package called DLD for dynamic linking.
- Are you still on the net Wilson?
-
- I would appreciate your help.
-
- Gregory
-