Ben/Others:
I'm trying to install autoconf 1.4 as it is needed by a system we are working with. When installing, the "configure" seems to work fine. When we try the "make" we get the following error: "make: Fatal error: Command failed for target 'autoconf.m4f'". I've attached outputs for both the configure and make commands. Note that the actual error is not output to make.out but rather was sent to screen.
Any help/direction would be greatly appreciated.
Cheers,
Trevor Clarke
Deloitte Consulting
Phone: +1 (416) 601-6728
Fax: +1 (240) 266-0072
Mobile: +1 (416) 436-8940
Email: [EMAIL PROTECTED]
<<configure.out.txt>> <<make.out.txt>>
This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
creating cache ./config.cache checking for gm4... no checking for gnum4... no checking for m4... /usr/ccs/bin/m4 checking for mawk... no checking for gawk... no checking for nawk... nawk checking for perl... /opt/portal/6.1/bin/perl checking for a BSD compatible install... ./install-sh -c updating cache ./config.cache creating ./config.status creating Makefile creating testsuite/Makefile
rm -f autoconf autoconf.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' autoconf.sh > autoconf.tmp && chmod +x autoconf.tmp && mv autoconf.tmp autoconf rm -f autoheader autoheader.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' autoheader.sh > autoheader.tmp && chmod +x autoheader.tmp && mv autoheader.tmp autoheader rm -f autoreconf autoreconf.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' autoreconf.sh > autoreconf.tmp && chmod +x autoreconf.tmp && mv autoreconf.tmp autoreconf rm -f autoupdate autoupdate.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' autoupdate.sh > autoupdate.tmp && chmod +x autoupdate.tmp && mv autoupdate.tmp autoupdate rm -f ifnames ifnames.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''M4''@,/usr/ccs/bin/m4,g' -e 's,@''AWK''@,nawk,g' -e 's,@''SHELL''@,/bin/sh,g' ifnames.sh > ifnames.tmp && chmod +x ifnames.tmp && mv ifnames.tmp ifnames rm -f autoscan autoscan.tmp sed -e 's,@''datadir''@,/usr/local/share/autoconf,g' -e 's,@''PERL''@,/opt/portal/6.1/bin/perl,g' autoscan.pl > autoscan.tmp && chmod +x autoscan.tmp && mv autoscan.tmp autoscan *** Error code 1