Message-Id: <200002211104.MAA21111@bird.de.uu.net> Date: Mon, 21 Feb 2000 12:02:36 +0100 From: Jens Luedicke To: djgpp AT delorie DOT com Subject: file-sizes of executables X-Mailer: Jens Luedicke's registered AK-Mail 3.1 publicbeta2a [ger] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hi there ... I created a simple Test-Source and compiled it with each of my 3 C/C++ compilers, the result, was really strange (I think that this is strange): DJGPP: 102431 Bytes (fastest) Mingw32: 9465 Bytes Cygwin: 299710 Bytes (slow...) I used the following source: #include int main() { int count; count = 0; while(count<200) { count++; printf("%d: TEST !!! \n", count); } return 0; } with friendly regards.... Jens Luedicke //PGP Public Keys: pgp-keys AT irs-net DOT com