gcc is required for compiling, Problems

coold8

Verified User
Joined
Jul 11, 2004
Messages
5
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?
 
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.
 
Noting the DirectAdmin Installation Guide here, gcc and g++ are both required packages.

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

Jeff
 
Back
Top