Well, I just took the dive and installed the Red Hat 9 distribution; it's running fine. However, I have almost zero experience using linux except for the minimal time I've spent in the unix labs at nc state univ.
I want to use the gcc compiler but everytime I use the make command I get the response :
make[1]: Entering directory `/root/ROM/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
make[1]: gcc: Command not found
make[1]: *** [act_comm.o] Error 127
make[1]: Leaving directory `/root/ROM/dist/src'
make: *** [all] Error 2
What this error says to me is that it cannot find the GCC program. Now, my GCC program is located in /usr/bin/gcc296 (i think
) Do I have to edit my .bash_profile in order to allow me to use the compiler? Is there any way I can get this program to compile?
Thanks
Greg