Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Red Hat 9 GCC

Status
Not open for further replies.

mvvilleza

MIS
Joined
Nov 23, 2000
Messages
114
Location
PH
hi everyone, i've just installed a Red Hat 9 and trying to install some packages such as OpenLDAP and Squid. But I can't proceed with the installation because the configure scripts cannot find gcc or cc compiler.

When i searched for gcc or even type "man gcc" there's no gcc found. can anyone help me with this? Does Red Hat 9 doesn't include gcc?
 
Type rpm -qa | grep gcc to be sure gcc is not installed.

Then add gcc packages with your installation CDs. If i remember gcc remains in Developpement tools section.

You can also download gcc for RH9 from the web using this link:

ftp://ftp.dulug.duke.edu/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/gcc-3.2.2-5.i386.rpm?hl=com&nid=357


See also :
 
Hmm - I guess this is the starting of windowization of linux - no gcc with redhat, no bc with suse, and a 'windows-registry-like' gconf with debian...

Often you have aliases like 'cc' and the like, but normally they point to gcc.

seeking a job as java-programmer in Berlin:
 
Thanks people,

Already solved it. By default installation of RH9 server, gcc is not installed. You have to choose Development Tools when installing like Gloups said.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top