home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / programm / 4591 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.7 KB  |  38 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!mcsun!ieunet!tcdcs!unix1.tcd.ie!bosullvn
  3. From: bosullvn@unix1.tcd.ie (Bryan O'Sullivan)
  4. Subject: Re: Dynamic linking
  5. Message-ID: <bosullvn.716067220@unix1.tcd.ie>
  6. Sender: usenet@cs.tcd.ie (NN required at ashe.cs.tcd.ie)
  7. Nntp-Posting-Host: unix1.tcd.ie
  8. Organization: Department of Computer Science, Trinity College, Dublin, Ireland
  9. References: <1992Sep9.040135.17918@sci.ccny.cuny.edu>
  10. Date: Wed, 9 Sep 1992 19:33:40 GMT
  11. Lines: 25
  12.  
  13. kly@sci.ccny.cuny.edu (Gregory Kozlovsky) writes:
  14.  
  15. >I have written an interpreter and I would like to have the capability
  16. >to link and call C functions in run-time. These C functions would be
  17. >created in a separate source file which then will be compiled. The tricky
  18. >part is to link .o file with the interpreter and to call the function.
  19.  
  20. >I remember this question being discussed two years ago and somebody
  21. >named Wilson Ho offered a package called DLD for dynamic linking.
  22. >Are you still on the net Wilson?
  23.  
  24. He's now working for MIPS/SGI; I don't know if he has net access.
  25. In any case, the answer you need is yes.  Last time I looked, DLD
  26. was available for anonymous FTP from prep.ai.mit.edu (18.71.0.38).
  27. However, it only runs under BSD flavours of UNIX at the moment, as
  28. I recall; I don't think it is likely to support ELF or other library
  29. formats in the foreseeable future (according to Wilson).
  30.  
  31.     -- Bryan
  32.  
  33. --
  34. Bryan O'Sullivan                                                 +353-1-767551
  35. Advanced Development Group                               bosullvn@unix1.tcd.ie
  36. Department of Computer Science            "No matter how cynical you are, it's
  37. University of Dublin                       hard to keep up." -- Woody Allen
  38.