[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Make or GCC, which one first?
Paul
If you're a beginner in the Linux world, and don't want to (or don't have
time for) learn a little more about OS, packages, dependecies etc., I'd
suggest to install whole distribution (you're from RH world, where it's
possible). Then you'll have all tools needed.
Regarding make and gcc - if there is a circular dependencies problem, you
have to add both packages at once, i.e.:
rpm -Uvh make-* gcc-*
Best regards,
Sergiusz Jarczyk