home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / programm / 4578 < prev    next >
Encoding:
Text File  |  1992-09-08  |  935 b   |  24 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!usc!rpi!sci.ccny.cuny.edu!sci.ccny.cuny.edu!kly
  3. From: kly@sci.ccny.cuny.edu (Gregory Kozlovsky)
  4. Subject: Dynamic linking
  5. Message-ID: <1992Sep9.040135.17918@sci.ccny.cuny.edu>
  6. Sender: kly@sci.ccny.cuny.edu (Gregory Kozlovsky)
  7. Reply-To: kly@sci.ccny.cuny.edu (Gregory Kozlovsky)
  8. Organization: City College of New York - Science Computing Facility
  9. Date: Wed, 9 Sep 1992 04:01:35 GMT
  10. Lines: 12
  11.  
  12. I have written an interpreter and I would like to have the capability
  13. to link and call C functions in run-time. These C functions would be
  14. created in a separate source file which then will be compiled. The tricky
  15. part is to link .o file with the interpreter and to call the function.
  16.  
  17. I remember this question being discussed two years ago and somebody
  18. named Wilson Ho offered a package called DLD for dynamic linking.
  19. Are you still on the net Wilson?
  20.  
  21. I would appreciate your help.
  22.  
  23. Gregory
  24.