[WBEL-users] installing gcc

Andy Rabagliati andyr at wizzy.com
Mon Feb 14 15:42:53 CST 2005


On Sat, 12 Feb 2005, Joel Barrios Dueñas wrote:

> And why did not install gcc using yum?
> 
> yum install gcc
> 
> That would have isntalled gcc with EVERY dependency it needs.
> 
> Do this:
> 
> rpm -e --nodeps gcc
> yum install gcc
> 
> And considering you very surely do not have develompent libraries and tools:
> 
> yum install glibc-devel autoconf* automake* bison
> 
> etc. etc. etc.

Why the --nodeps ??

yum chows a lot of RAM .. and time, on a low ram system.

but it figures out what you need.

Then you do not need the "etc. etc. etc." story.

However, *-devel rpms are sometimes quite lazy about their requirements.

you could usefully (given disk space and bandwidth) do an install of all *-devel rpms.

Skip the --nodeps.

Cheers,   Andy!



More information about the Whitebox-users mailing list