Hi, I am trying to compile a very simple C program but the commands I use are not working. eg $ gcc firstCProgram.c or $ cc firstCProgram.c bash: command gcc/cc not found
I seem to have some sort of c compiler on my system in the directory /usr/lib/gcc-lib/i586-suse-linux/3.3.1/cc1
Am I right in thinking this is a c compiler that I can use to compile my C programs? If yes, then how can I set the path so that it will work from the command line whenever I want to compile? I'm using SuSE 9.0. If this is not a C compiler after all, please tell me so and I'll install one. Regards,