home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sun.misc
- Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
- From: casper@fwi.uva.nl (Casper H.S. Dik)
- Subject: Re: Keeping it pure.
- Message-ID: <1992Nov17.125137.24414@fwi.uva.nl>
- Keywords: ld pure executable options
- Sender: news@fwi.uva.nl
- Nntp-Posting-Host: adam.fwi.uva.nl
- Organization: FWI, University of Amsterdam
- References: <mark.721994991@coombs>
- Date: Tue, 17 Nov 1992 12:51:37 GMT
- Lines: 18
-
- mark@coombs.anu.edu.au (Mark) writes:
-
- >Yo,
-
- >I have a problem. Im trying to make 'ld' generate a pure executable as opposed
- >to a demand paged one. If I type 'file mybinary' it reports it as
- >"sparc demand paged dynamic linked ..." and other programs about are
- >"sparc pure dynamic linked ...".
-
- >How can I get that? ld has a -z flag to make a dynamic paged binary but I
- >couldnt see anything to change that. Someone suggested -Bstatic but that
- >isnt what I want.
-
- >Any clues?
-
- Try ``ld -n -Bdynamic''.
-
- Casper
-