Re: ./configure problems

2001-10-19 Thread Bill Campbell
On Thu, Oct 18, 2001 at 03:24:34PM -0500, Joe Hayes wrote: Could someone please tell me what the following error means, and how to fix it? ./configure creating cache ./config.cache checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH Is there a specific

RE: ./configure problems

2001-10-18 Thread Jason Lixfeld
It means your linux installation didn't come with any compilers or libraries. You'll need to upgrade your linux installation and add some of the libraries and compilers or install them manually. You'll need things like system libraries, include files and a compiler, like gcc. Those things you

Re: ./configure problems

2001-10-18 Thread Joe Hayes
Yes, I am running Redhat. I had a few problems when I installed redhat so more than likely something when wrong. I see if I can find the proper rpm's.. Thanks for your help.. Jason Lixfeld wrote: It means your linux installation didn't come with any compilers or libraries. You'll need

Re: ./configure problems

2001-10-18 Thread Joe Hayes
Ok, thanks Chris. I will look for the specific rpm's and install them. Chris Parker wrote: At 03:24 PM 10/18/2001 -0500, you wrote: Could someone please tell me what the following error means, and how to fix it? ./configure creating cache ./config.cache checking for gcc... no