configure still seems to work but I'm getting this:
checking host system type... i686-pc-mingw32 checking whether make sets ${MAKE}... ./configure: eval: line 1: unexpected EOF while looking for matching `"' ./configure: eval: line 2: syntax error: unexpected end of file no checking for gcc... gcc
Any ideas?
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
Hi Steven,
The current CVS configure script works fine for me; I don't get these error messages. For the record, my copy of configure has md5sum of:
56f56ccf7d048a46fb861f4d9c327d78 configure
Sounds like your local copy has got corrupt. Have you tried doing a cvs diff on it?
HTH
Paul.
On Sun, 16 Jun 2002, Steven Edwards wrote:
configure still seems to work but I'm getting this:
checking host system type... i686-pc-mingw32 checking whether make sets ${MAKE}... ./configure: eval: line 1: unexpected EOF while looking for matching `"' ./configure: eval: line 2: syntax error: unexpected end of file no checking for gcc... gcc
Any ideas?
---- Paul Millar