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

  1. Xref: sparky comp.unix.programmer:4288 comp.unix.questions:10056
  2. Path: sparky!uunet!auspex-gw!guy
  3. From: guy@Auspex.COM (Guy Harris)
  4. Newsgroups: comp.unix.programmer,comp.unix.questions
  5. Subject: Re: dynamic link libraries on the sun
  6. Message-ID: <14036@auspex-gw.auspex.com>
  7. Date: 13 Aug 92 21:44:44 GMT
  8. References: <14445@borg.cs.unc.edu> <155@sc.sni.ie>
  9. Sender: news@auspex-gw.auspex.com
  10. Followup-To: comp.unix.programmer
  11. Organization: Auspex Systems, Santa Clara
  12. Lines: 8
  13. Nntp-Posting-Host: bootme.auspex.com
  14.  
  15. >The -G option to ld combines a number of relocatable object files into a
  16. >shared object.
  17.  
  18. Actually, as he's using SunOS 4.1.1, "ld" does that by default; there's
  19. no "-G" flag.  SunOS 4.1.1 isn't SVR4-based.
  20.  
  21. SunOS 5.0 is based on SVR4, and does have SVR4's "-G" flag for that
  22. purpose.
  23.