PDA

View Full Version : installing cc and gcc


bambo
24th December 2005, 18:07
Hey everyone,

I'm trying to install ImageMagick, but it appears that I don't have gcc installed, when I try to install gcc, it appears that I don't have cc installed:

1. does it really has to be that long to install IM in this case ?

2. where do I get cc rpm or alike + install info. ?

Thanks in advance!

falko
25th December 2005, 14:07
Which Linux distribution do you use?

bambo
25th December 2005, 20:01
Linux Mandrake 9.2

falko
26th December 2005, 14:32
I think you can search for packages with urpmi -y <search string> (please have a look at man urpmi to read about all options).

After you've found the necessary package (e.g. gcc), you can install it:
urpmi <package_name>

Afterwards, you should be able to install ImageMagick (but you could also search for an ImageMagick package with urpmi and then install that package, if available, instead of compiling it from the sources).