I am running BSD at home so I am doing this from memory
Try "rpm -qf gcc" or try
"rpm -qf cc" this will show you the rpm for gcc or cc
Without a C compiler it is very annoying isn't it?
dannyh
[EMAIL PROTECTED]
On Mon, 29 May 2000, Paul Brown wrote:
> > I would like to know which package nam
> I would like to know which package name is for gcc or cc. I need
> to install this gcc package in order to complie my SSL server. like
> ./configure --with-apache=../apache_1.3.12 , so I need to install gcc
> or cc but I don't know the package name for gcc or cc. Please point me
> out.
Mark
egcs
you are bound to need several *devel packages as well, but I'm not sure
which ones off hand.
hth
charles
On Mon, 29 May 2000, Mark Lo wrote:
> I would like to know which package name is for gcc or cc. I need
> to install this gcc package in order to complie my SSL server. like
> ./c