Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com >Received: from port.de (oe AT ute DOT port DOT de [194.173.33.3]) by ute.port.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id MAA00369; Tue, 13 Jun 2000 12:46:48 +0200 Message-ID: <39461118.632FED33@port.de> Date: Tue, 13 Jun 2000 12:46:48 +0200 From: Heinz-Juergen Oertel Organization: port GmbH Germany X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686) X-Accept-Language: de, en MIME-Version: 1.0 To: Richard Kaye CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Size of "hello world" program in c++ / cygwin References: <003201bfd51b$51902e20$6e38bc93 AT bham DOT ac DOT uk> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii It's mentioned often in the mailing-list, but my be not in the cygwin-faq probably in the gcc faq: use $ gcc -s to strip symbols from the executable or use $ strip file.exe mfg Heinz Richard Kaye wrote: > > Hi, > > I couldn't find any reference to this in the FAQs or anything. > > I compiled and run a C++ "hello world" program using gcc/cygwin > under windows 95 using all the defaults, and although it > works fine I am surprised to find the executable is nearly half a > megabyte in size. (462404 bytes, to be precise.) > Why is this? Is there any way I can reduce the size to something > more reasonable? > > Many thanks > > Richard Kaye > > #include > > int main () { > cout << "Hello World\n"; > return 0; > } > > >From Dr Richard W Kaye\\School of Mathematics and Statistics\\ > University of Birmingham\\Edgbaston\\Birmingham\\B15 2TT\\U.K. > mailto:R DOT W DOT Kaye AT bham DOT ac DOT uk http://www.mat.bham.ac.uk/R.W.Kaye > pgp public key http://www.mat.bham.ac.uk/R.W.Kaye/rkpubkey.asc > > -- -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com