home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sun / misc / 5968 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.0 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: Is Sun losing touch with its customers?
  5. Message-ID: <16039@auspex-gw.auspex.com>
  6. Date: 22 Dec 92 18:52:15 GMT
  7. References: <id.BD0W.W0I@ferranti.com> <1992Dec22.000823.1429@ultra.com> <1992Dec22.102212.3849@uhura1.uucp>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 13
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >>  I don't know
  14. >>why, but apparently some 3rd party vendors do use -Bstatic, so their
  15. >>applications won't work on Solaris 2.
  16. >
  17. >A few of them do it so their customers won't have to buy additional
  18. >runtime libraries (such as the FORTRAN runtime library) in order
  19. >to run their software.
  20.  
  21. Then it appears those third-party vendors need to be taught that
  22. "-Bstatic" is a positional flag, and that there's a "-Bdynamic" as well;
  23. just because you link statically with library A, you don't necessarily
  24. have to link statically with all the other libraries your program is
  25. linked with.
  26.