Linh Duong <[EMAIL PROTECTED]> writes: > 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?
Hard to tell based on that info, but I'm going to guess that you don't have gcc in your path (or whatever the equivalent on MAC OS is). (How you add something to your path depends on the command shell you're using, and I don't know what default shell on MAC OS is). You could try to specify the full path to where gcc is installed. -- Dyre Tjeldvoll _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus