home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.programmer:4259 comp.unix.questions:10012 comp.sys.sun.misc:3643
- Path: sparky!uunet!decwrl!concert!borg!dendrite!mirchand
- From: mirchand@dendrite.cs.unc.edu (Jaideep Mirchandani)
- Newsgroups: comp.unix.programmer,comp.unix.questions,comp.sys.sun.misc
- Subject: dynamic link libraries on the sun
- Keywords: sun,dll,libraries
- Message-ID: <14445@borg.cs.unc.edu>
- Date: 12 Aug 92 18:19:58 GMT
- Sender: news@cs.unc.edu
- Followup-To: poster
- Lines: 18
-
- Greetings,
- Has anyone implemented dynamic link libraries on the sun ? I am
- using SUNOS 4.1.1.
-
- I know about dlopen/dlsym/dlclose, but :
- 1. Isn't there an export file anywhere ? Hpw does the dll advertise the
- symbols that it has ?
-
- 2. Which ld option is used ? The man page says something about -B. It also
- mentions something about running ld twice, but is doesn't specify how
- all this is done.
-
- If you can even point to a source of info., it would be of help.
-
- Thanks for reading this,
- Jaideep
- (mirchand@cs.unc.edu)
-
-