From: Juergen Bevier Newsgroups: comp.os.msdos.djgpp Subject: hello.c = 190kB hello.exe ? Date: Wed, 23 Sep 1998 00:25:50 +0200 Organization: Primus Online GmbH Lines: 18 Message-ID: <360823EE.1F5FEEFA@metronet.de> NNTP-Posting-Host: karlsruhe1.pop.metronet.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, Just installed DJGPP together with RHIDE. As I compiled the following: #include main(){ cout << "hello world"; } the exe-file was 190kB (on WIN 95). The same .cc compiled with Linux and wpe is about 10kB. Can somebody let me know whats wrong? Thanks Juergen