i have xcode. i have been using it for a while now with no problems.
but when i use terminal to try to compile something using the gcc compiler
(the -Wall is just a tag for gcc to display more warning messages)
i get...
-bash cc command not found:
same with the gcc command.
i have re-downloaded the developer tools and gcc 4.0
what is wrong?
but when i use terminal to try to compile something using the gcc compiler
Code:
cc -Wall -o warning warning.m
i get...
-bash cc command not found:
same with the gcc command.
i have re-downloaded the developer tools and gcc 4.0
what is wrong?