Hello Paul,

Paul Eggert wrote on 17/01/2006 at 7:36 p.m.:
>> On my system:
>> $ autoconf --version
>> autoconf (GNU Autoconf) 2.59
> But I just checked, and the string '2.5x' is nowhere in the sources
> to Autoconf 2.59. So I suspect your installation has some local
> modifications somehow, perhaps in the DOS port.
It seems that my cygwin install has the following executables:
        autoconf-2.13
        autoconf-2.5x

and a symlink
        /bin/autoconf -> /usr/share/autotools/ac-wrapper.pl*

which, in my case, invokes autoconf-2.5x. And, it must be the wrapper
that prints '2.5x' string....

> Why not simply bootstrap using a GNU/Linux host? That should save
> both your time and ours (certainly ours :-). Or you can bootstrap on
> BSD or Solaris or any number of POSIX platforms.
Oh, that makes sense. I was able to configure and build on cygwin that
way :) Thanks. The test suite ran fully and successfully.

BTW, "make check" prints a wrong version :)

/bin/sh ./testsuite
## -------------------------- ##
## GNU Bison 2.1a test suite. ##
## -------------------------- ##

Best regards,
Oleg.



Reply via email to