This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

exe file


Ok, I have an easy question.  I compiled my hello.c prog. 

#include <stdio.h>

int main(void)
{
printf("hello world \n");
return 0;
}

gcc hello.c -o hello

Normaly, I should get an exe file! But when I start it, I get only, that it couldn't found a file. But it's in the dir.. I guess  somthing ist wrong with my shell. (bash-2.03) Where is the problem? Thanks Torsten
______________________________________________________________________________
Sie surfen im Internet statt im Meer? Selbst schuld!
Auf zum Strand: http://lastminute.de/?PP=1-0-100-105-1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]