• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Bah! I forgot to install gcc...

CrazyHelloDeli

Platinum Member
Being as im a moron, I didnt install "Development Tools" today when I reinstalled RH 7.2, thinking "Hey, why do I need development tools for, Im not a programmer!". Well now I dont have gcc (or g++, but not sure if that matters?...) on my system and consequentally, cant install Linuxconf and other stuff from source. I popped in my RH disc 2 and looked for the gcc rpm, but there are about 15 different ones and I have no clue what they mean. Can anyone help me out and tell me which one(s) I need to install? Thx...
 
You should be able to get by with only "gcc-2.96-98.src.rpm" which seems to install several things, including of course GCC.
 
My guess on what you'll need (beyond what you almost certainly have):
gcc
cpp
binutils
glibc-devel
gcc-c++
libstdc++devel

Go for the 2.96 version of the compilers. You won't need 3.0 for anything yet.
RPM will likely turn up additional dependencies, but you should fiund them on on the install CDs
 


<< My guess on what you'll need (beyond what you almost certainly have):
gcc
cpp
binutils
glibc-devel
gcc-c++
libstdc++devel

Go for the 2.96 version of the compilers. You won't need 3.0 for anything yet.
RPM will likely turn up additional dependencies, but you should fiund them on on the install CDs
>>



Yeah I had to get all those plus a "kernel-headers" something or other, nothing would install after them. Id always get an error after "make" that was less helpful than the "You dumbass, you didnt install XXX" ones I could diagnose. Moral of the story always install "Develpoment Tools" 😉 Ended up reinstalling...
 
Back
Top