LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem installing gipmsg-0.4.0BETA1 in redhat linux (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-gipmsg-0-4-0beta1-in-redhat-linux-4175449619/)

sunil80 02-11-2013 12:25 AM

problem installing gipmsg-0.4.0BETA1 in redhat linux
 
when I run the ./configure script, following error comes


loading 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 gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
checking extra library "applets"... ./configure: line 1117: no: command not found

checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

John VV 02-11-2013 12:41 AM

the error says pretty much everything
Code:

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

you need to install the development tools

this is RHEL so you DO have a current and paid for required support contract

Code:

su -
yum groupinstall "Development Tools"

double check the above with
Code:

su -
yum grouplist

the development group should be there

If you did not pay for the REQUIRED support contract
https://www.redhat.com/apps/store/desktop/
$49 to $299 per year

and are NOT going to ( you need the license to install software )
then do not use RHEL

Instead install one of the free rebuilds
CentOS 6.3
ScientificLinux 6.3


All times are GMT -5. The time now is 08:02 AM.