home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp / 14309 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  902 b 

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