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

  1. Path: zib-berlin.de!inf2hro!honshu!gnikl
  2. From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC C++ questions
  5. Date: 19 Mar 1996 11:17:28 GMT
  6. Organization: University of Rostock
  7. Distribution: inet
  8. Message-ID: <4im548$h12@taiwan.informatik.uni-rostock.de>
  9. References: <314c6829@usura.metropolis.nl> <4iieh7$j0a@metro.usyd.edu.au>
  10. NNTP-Posting-Host: honshu.informatik.uni-rostock.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. julian higginson (higgi-jd@eelab.su.oz.au) wrote:
  14. > there`s a program called strip. It goes through
  15. > your execotable and cuts out all unused libraries
  16. > (and functions in libraries) this is a really useful
  17. > program
  18.  
  19.   I am sorry, strip removes only debug informations from
  20.   an executable. It cannot remove unused functions.
  21.  
  22. > has anyone else heard of this program?
  23.  
  24.   gcc -s
  25.  
  26.   Gunther
  27.