Hello, When I am running make I get the following error: *** Error code 1 make: Fatal error: Command failed for target `autoconf.m4f' # Do you know what may cause this problem? I do not have any version of autoconf installed on the system yet. I am trying to install this package in order to be able to run PHP and xml along with my apache server on Solaris 8 (sparc version). I have installed the following packages prior to autoconf: make-3.79.1 flex-2.5.4 bison-1.28 m4-1.4 I am using gcc that came with the OS (gcc-2.95.2). I have also attached the output from configure and make. Any ideas? Best Regards, Magnus Larsson
Script started on Tue May 22 10:29:11 2001 flemming# ./configure 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... /bin/perl checking for a BSD compatible install... ./install-sh -c updating cache ./config.cache creating ./config.status creating Makefile creating testsuite/Makefile flemming# make 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''@,/bin/perl,g' autoscan.pl > autoscan.tmp && chmod +x autoscan.tmp && mv autoscan.tmp autoscan *** Error code 1 make: Fatal error: Command failed for target `autoconf.m4f' flemming# exit flemming# script done on Tue May 22 10:29:36 2001