> [root src]# make & First of all, you should not do things like this as root. Make yourself a user to compile and run things with; only login as root to install programs, do maintanance work, etc. Or better yet get yourself sudo, then you don't slip up and leave the terminal as root or whatever.
> gcc -c -Wall -0 -g acct_comm.c > make: gcc: Command not found That's sort of a big problem.. get your RedHat CD and install the rpm for gcc. You'll probably also have to install the rpms that have to do with headers and maybe some libraries. > what in the world is going on? You need a good Linux book? --Palrich.

