Hello Brett On 29 Jan 2007, you wrote:
>> I've tried the Bjarne's "hello world" example, too, and was surprised to >> see the executable was almost 4MB! 5 lines of code, a couple includes, >> isn't it a bit too much? > 4MB?!??!?!?! What compiler? > I just tried with CygWin, using -o2 with gcc 3.4.4 and got: > $ ls -l hello* > -rwxrwxrwx 1 Bones None 86 Jan 29 20:26 hello_c.c* > -rwxr-xr-x 1 Bones None 8.7K Jan 29 20:29 hello_c.exe* > -rwxrwxrwx 1 Bones None 113 Jan 29 20:31 hello_cpp.cpp* > -rwxr-xr-x 1 Bones None 466K Jan 29 20:32 hello_cpp.exe* > But on Linux, using gcc 3.3.6, I got GCC 4.0.2 It's the only one available for my Amiga. Please bear in mind that I'm at beginner level, so I probably done something wrong. Bye, Nuno
