home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / misc / 5299 < prev    next >
Encoding:
Text File  |  1992-11-17  |  934 b   |  32 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
  3. From: casper@fwi.uva.nl (Casper H.S. Dik)
  4. Subject: Re: Keeping it pure.
  5. Message-ID: <1992Nov17.125137.24414@fwi.uva.nl>
  6. Keywords: ld pure executable options
  7. Sender: news@fwi.uva.nl
  8. Nntp-Posting-Host: adam.fwi.uva.nl
  9. Organization: FWI, University of Amsterdam
  10. References: <mark.721994991@coombs>
  11. Date: Tue, 17 Nov 1992 12:51:37 GMT
  12. Lines: 18
  13.  
  14. mark@coombs.anu.edu.au (Mark) writes:
  15.  
  16. >Yo,
  17.  
  18. >I have a problem. Im trying to make 'ld' generate a pure executable as opposed
  19. >to a demand paged one. If I type 'file mybinary' it reports it as
  20. >"sparc demand paged dynamic linked ..." and other programs about are
  21. >"sparc pure dynamic linked ...".
  22.  
  23. >How can I get that? ld has a -z flag to make a dynamic paged binary but I
  24. >couldnt see anything to change that. Someone suggested -Bstatic but that
  25. >isnt what I want.
  26.  
  27. >Any clues?
  28.  
  29. Try ``ld -n -Bdynamic''.
  30.  
  31. Casper
  32.