home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / programm / 4598 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  959 b 

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Re: Dynamic linking
  5. Message-ID: <14530@auspex-gw.auspex.com>
  6. Date: 9 Sep 92 21:49:11 GMT
  7. References: <1992Sep9.040135.17918@sci.ccny.cuny.edu> <bosullvn.716067220@unix1.tcd.ie>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 9
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >However, it only runs under BSD flavours of UNIX at the moment, as
  14. >I recall; I don't think it is likely to support ELF or other library
  15. >formats in the foreseeable future (according to Wilson).
  16.  
  17. For most, if not all, purposes, you don't need a port of any third-party
  18. dynamic linking code to ELF; any system that I'd consider worthy of the
  19. name "System V Release 4" has the "-ldl" library.  (Yes, there are
  20. probably things you can't do with it, but there are things you can; for
  21. example, the Andrew Toolkit can use "-ldl" on systems that have it.)
  22.