PDA

View Full Version : gcc is required for compiling, Problems



coold8
07-12-2004, 07:06 AM
i get these two errors while installing on Fedora Core 2 after, Update.tar.gz downloads:
*** gcc is required for compiling, please install gcc (up2date -u gcc)***
*** g++ is required for compiling, please install g++ (up2date -u gcc-c++)***

then it says
Installation didn't pass, halting install.

Does anyone know how to fix this?

toml
07-12-2004, 08:01 AM
I would try the following commands as root:


up2date -u gcc
up2date -u gcc-c++

That will install gcc and g++ which is needed. There may be some other libraries and tools needed. Read the error messages, they will tell you what is needed.

nobaloney
07-12-2004, 08:04 AM
Noting the DirectAdmin Installation Guide here (http://www.directadmin.com/install.html), gcc and g++ are both required packages.

Using up2date, yum, or apt (I forget which you use with Fedora), install the two packages.

Jeff