LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where do i get these?(installation files?) (https://www.linuxquestions.org/questions/linux-software-2/where-do-i-get-these-installation-files-114472/)

ch4s3r 11-10-2003 12:47 PM

Where do i get these?(installation files?)
 
when i try to do configure on most things this happens:
----------------------------------------------------------------------------
./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
----------------------------------------------------------------------------I
I'm running RH9 and have the source cds but how do i know where these things are? Thanks.

mossy 11-10-2003 12:49 PM

It is prolly looking for gcc [a compiler] which can be found in the developement section of the installation.

checking for gcc... no
checking for cc... no


All times are GMT -5. The time now is 06:33 AM.