home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / programm / 4259 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  981 b 

  1. Xref: sparky comp.unix.programmer:4259 comp.unix.questions:10012 comp.sys.sun.misc:3643
  2. Path: sparky!uunet!decwrl!concert!borg!dendrite!mirchand
  3. From: mirchand@dendrite.cs.unc.edu (Jaideep Mirchandani)
  4. Newsgroups: comp.unix.programmer,comp.unix.questions,comp.sys.sun.misc
  5. Subject: dynamic link libraries on the sun
  6. Keywords: sun,dll,libraries
  7. Message-ID: <14445@borg.cs.unc.edu>
  8. Date: 12 Aug 92 18:19:58 GMT
  9. Sender: news@cs.unc.edu
  10. Followup-To: poster
  11. Lines: 18
  12.  
  13. Greetings,
  14. Has anyone implemented dynamic link libraries on the sun ? I am
  15. using SUNOS 4.1.1.
  16.  
  17. I know about dlopen/dlsym/dlclose, but :
  18. 1. Isn't there an export file anywhere ? Hpw does the dll advertise the
  19. symbols that it has ?
  20.  
  21. 2. Which ld option is used ? The man page says something about -B. It also
  22. mentions something about running ld twice, but is doesn't specify how
  23. all this is done.
  24.  
  25. If you can even point to a source of info., it would be of help.
  26.  
  27. Thanks for reading this,
  28. Jaideep
  29. (mirchand@cs.unc.edu)
  30.  
  31.