Andrew M. Bishop
Mon, 30 Jun 2003 22:25:33 -0700
Slavazza Piercarlo <[EMAIL PROTECTED]> writes:
> I'm trying to compile w3offle on win2k using the latest cygwin, but, when I
> launch ./configure, I get the following error:
> $ ./configure
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... yes
> checking whether the C compiler (gcc ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for flex... flex
> checking for yywrap in -lfl... no
> checking for a BSD compatible install... /usr/bin/install -c
> checking for mawk... no
> checking for gawk... gawk
> checking whether make sets ${MAKE}... eval: 1: Syntax error: Unterminated quoted
> string
>
> Any ideas???
I don't think I can suggest many things since it is a long time since
I have compiled WWWOFFLE on cygwin.
I have heard from somebody recently that has vompiles WWWOFFLE version
2.7h on Windows 2000 without a problem.
You could try deleting the lines in the file called configure that
have the problems. It might work.
The lines that you need to delete are all of the ones from here:
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
echo "configure:962: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
down to here:
else
echo "$ac_t""no" 1>&6
SET_MAKE="MAKE=${MAKE-make}"
fi
you need to delete the whole block of 26 lines.
--
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop [EMAIL PROTECTED]
http://www.gedanken.demon.co.uk/
WWWOFFLE users page:
http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html