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