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 [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
