
September 17th, 1999, 03:58 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
CC and GCC are C compilers for Unix (CC is typically a link to GCC - the GPL'd version of the compiler that comes with Linux).
It sounds like the necessary RPMs weren't installed when you set up RedHat. There is an option to choose whether or not the "development tools" are installed, and in some installs it's not checked by default.
Anyhow, very easy to fix - just find the gcc, bison, yacc RPMs on your CD and use 'rpm -Uvh' (or the GUI RPM manager if you're in X Windows) to install them. If there are any other supporting packages, it'll tell you.
|