home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5664 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: maths.tcd.ie!not-for-mail
  2. From: dwmalone@maths.tcd.ie (David Malone)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC C++ questions
  5. Date: 18 Mar 1996 12:41:23 -0000
  6. Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
  7. Distribution: inet
  8. Message-ID: <4ijllj$10f@hamilton.maths.tcd.ie>
  9. References: <314c6829@usura.metropolis.nl> <4iieh7$j0a@metro.usyd.edu.au>
  10. NNTP-Posting-Host: hamilton.maths.tcd.ie
  11.  
  12. julian higginson <higgi-jd@eelab.su.oz.au> writes:
  13.  
  14. >I haven`t been using my amiga for programming yet
  15. >(I`ll dowmload gcc Real Soon Now), but on UNIX
  16. >there`s a program called strip. It goes through
  17. >your execotable and cuts out all unused libraries
  18. >(and functions in libraries) this is a really useful
  19. >program, and if it`s not available on the amiga then
  20. >someone should compile it. I`m sure there`s a GNU 
  21. >version of strip out there.
  22.  
  23. Strip usually just removes debugging stuff as far as I know.
  24. You can't tell which library functions are unused in a program
  25. automatically, so there is no way to tell what what you can cut
  26. out. I think there are programs for the amiga which can do this
  27. also. I know there used to be an option in Power Packer for it.
  28.  
  29.     David.
  30.