Operating System - Linux
1753782 Members
7295 Online
108799 Solutions
New Discussion юеВ

autoconf-2.60 configure issues

 
Tonya Underwood
Regular Advisor

autoconf-2.60 configure issues

{camdbax1}nagios$ ./configure
checking for a BSD-compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether /bin/sh -n is known to work... no
checking for expr... /usr/bin/expr
checking for gm4... no
checking for gnum4... no
checking for m4... /usr/bin/m4
checking whether m4 supports frozen files... no
configure: error: GNU M4 1.4 is required
{camdbax1}nagios$ echo $PATH
/usr/bin:/usr/ucb:/etc:/opt/perl/bin:/usr/local/bin:/usr/sbin:/dba00/app/nagios/bin:.
{camdbax1}nagios$ ll /usr/local/bin/m4
-rwx------ 1 root sys 1304828 Sep 27 13:51 /usr/local/bin/m4
{camdbax1}nagios$

configure is complaining that I do not have m4

but, I do... help?
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: autoconf-2.60 configure issues

Shalom,

m4 is available on the same site you got autoconf-2.60 for. You need to carefully read the downlaod page and download/install all dependencies listed for compile and runtime.

I think the m4 you are referring to as present is a sendmail utility that will not help with this issue.

Note that some of the dependencies have dependencies and then its really fun keeping track of it all.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Tonya Underwood
Regular Advisor

Re: autoconf-2.60 configure issues

...
Making install in src
test -z "/usr/local/bin" || /dba00/app/nagios/stage/m4-1.4.7/install-sh -d "/usr/local/bin"
/opt/imake/bin/install -c 'm4' '/usr/local/bin/m4'
Making install in doc
test -z "/usr/local/share/info" || /dba00/app/nagios/stage/m4-1.4.7/install-sh -d "/usr/local/share/info"
/opt/imake/bin/install -c -m 644 './m4.info' '/usr/local/share/info/m4.info'
test -z "/usr/local/share/man/man1" || /dba00/app/nagios/stage/m4-1.4.7/install-sh -d "/usr/local/share/man/man1"
/opt/imake/bin/install -c -m 644 './m4.1' '/usr/local/share/man/man1/m4.1'
Making install in checks
camdbax1:/dba00/app/nagios/stage/m4-1.4.7

That is the m4 I installed... m4-1.4.7
Tonya Underwood
Regular Advisor

Re: autoconf-2.60 configure issues

Got past that... looked at the output more closely... just modified my PATH... /usr/bin was before /usr/local/bin
Tonya Underwood
Regular Advisor

Re: autoconf-2.60 configure issues

Having issues in my make check. One of my tests is failing.

Attached testsuite.log as well.


## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 270 tests were run,
6 failed (5 expected failures).
16 tests were skipped.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

Please send `tests/testsuite.log' and all information you think might help:

To:
Subject: [GNU Autoconf 2.60] testsuite: 3 failed


You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point. Its output may
be found below `tests/testsuite.dir'.

make[2]: *** [check-local] Error 1
make[2]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'
make: *** [check-recursive] Error 1
{camdbax1}nagios$ make install
Tonya Underwood
Regular Advisor

Re: autoconf-2.60 configure issues

Having issues in my make check for autoconf-2.60. One of my tests is failing.

Attached testsuite.log as well.


## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 270 tests were run,
6 failed (5 expected failures).
16 tests were skipped.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

Please send `tests/testsuite.log' and all information you think might help:

To:
Subject: [GNU Autoconf 2.60] testsuite: 3 failed


You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point. Its output may
be found below `tests/testsuite.dir'.

make[2]: *** [check-local] Error 1
make[2]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/dba00/app/nagios/stage/autoconf-2.60/tests'
make: *** [check-recursive] Error 1
{camdbax1}nagios$ make install
Tonya Underwood
Regular Advisor

Re: autoconf-2.60 configure issues

Complete