[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Icarus build problem?
Evan Lavelle wrote:
> I can't run configure after downloading from git and sourcing
> autoconf.sh. The output from configure ends with:
>
> checking for BZ2_bzdopen in -lbz2... yes
> checking for BZ2_bzdopen in -lbz2... (cached) yes
> ../../git2/verilog/vpi/configure: line 4002: syntax error near
> unexpected token `fmin'
> ../../git2/verilog/vpi/configure: line 4002: `AC_CHECK_FUNCS_ONCE(fmin
> fmax)'
> configure: error: /bin/sh '../../git2/verilog/vpi/configure' failed for vpi
Almost surely a problem with your autoconf. I know that autoconf-2.61
on my openSUSE system works. What version are you using? It looks
like your autoconf didn't expand the AC_CHECK_FUNCS_ONCE in the
vpi/configure.in, so probably your autoconf it too old, or is
broken.
As an expedient (untested!) hack, you can try changing
AC_CHECK_FUNCS_ONCE to AC_CHECK_FUNCS in vpi/configure.in and
running the autoconf.sh script again, but better would be to get
your autoconf installation up to date.
--
Steve Williams "The woods are lovely, dark and deep.
steve at icarus.com But I have promises to keep,
http://www.icarus.com and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user