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 Message-ID: <003201bfd51b$51902e20$6e38bc93@bham.ac.uk> From: "Richard Kaye" To: Subject: Size of "hello world" program in c++ / cygwin Date: Tue, 13 Jun 2000 10:39:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 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