home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!network.ucsd.edu!sdcc12!xm9
- From: xm9@sdcc12.ucsd.edu (richard g. adair)
- Newsgroups: comp.sys.hp
- Subject: Re: Smart linker for HP-UX?
- Summary: executable size
- Keywords: executable size
- Message-ID: <42804@sdcc12.ucsd.edu>
- Date: 22 Dec 92 14:51:55 GMT
- References: <robert.724942981@abblund>
- Sender: news@sdcc12.ucsd.edu
- Organization: Arete Associates, San Diego
- Lines: 12
- Nntp-Posting-Host: sdcc12.ucsd.edu
-
- In article <robert.724942981@abblund> robert@abblund.se (Robert Storlind)writes:
- >Does anyone know if there is a smart linker for HP-UX? We're having
- >problems with C++ code producing 10--15 Mbyte executables (on a 32Mb
- >machine). A linker that would get rid of unused code would be really
- >nice.
-
- Have you tried "strip"? Do you use only malloc'd memory, not
- static allocation?
-
- Tony Burzio
- Arete Associates
- San Diego, CA
-