home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.programmer:4288 comp.unix.questions:10056
- Path: sparky!uunet!auspex-gw!guy
- From: guy@Auspex.COM (Guy Harris)
- Newsgroups: comp.unix.programmer,comp.unix.questions
- Subject: Re: dynamic link libraries on the sun
- Message-ID: <14036@auspex-gw.auspex.com>
- Date: 13 Aug 92 21:44:44 GMT
- References: <14445@borg.cs.unc.edu> <155@sc.sni.ie>
- Sender: news@auspex-gw.auspex.com
- Followup-To: comp.unix.programmer
- Organization: Auspex Systems, Santa Clara
- Lines: 8
- Nntp-Posting-Host: bootme.auspex.com
-
- >The -G option to ld combines a number of relocatable object files into a
- >shared object.
-
- Actually, as he's using SunOS 4.1.1, "ld" does that by default; there's
- no "-G" flag. SunOS 4.1.1 isn't SVR4-based.
-
- SunOS 5.0 is based on SVR4, and does have SVR4's "-G" flag for that
- purpose.
-