What am I missing
Rick
rick@drizzle.com
Tue Jul 2 11:21:00 GMT 2002
I'm trying the gcc compiler for the first time and seem to have it a
snag. What am I missing?
I'm on RedHat 7.3
The source file is simple enough:
#include <stdio.h>
int main(void)
{
printf("hello\n");
return 0;
}
At the prompt I'm using: gcc hello.c -o hello
The application is created with the proper name and location, but when I
type the application name I get a bash command not found error.
What am I missing?
thanks
More information about the Gcc-bugs
mailing list