Hello There,

I am new to C. I had look at the manual, configuration, and etc.

Try to run the file on MAC OS.

Downloaded gcc-testsuite-4.3.2

gcc -o hello.c
gcc -v hello.c

It returns command not found. Can you please tell me what's wrong?

#include <stdio.h>
main ()
{
printf("Hello World\n");
}


Thanks,
Linh
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to