Hello Paul, Paul Eggert wrote on 18/11/2005 at 6:40 p.m.: >> Do you mean "where only automake 1.9" is installed? I've tried >> that, but, the script fails due to the absence of "aclocal". There >> is only "aclocal-1.9". > That doesn't sound like a full installation of automake 1.9. In a > full installation, "aclocal" is an alias for "aclocal-1.9". Alright, I've just reinstalled cygwin and selected the newest auto* packages only. This is what I have at the moment:
aclocal --version: (GNU automake) 1.9.6 automake --version: (GNU automake) 1.9.6 autoconf --version: (GNU Autoconf) 2.59 autopoint --version: (GNU gettext-tools) 0.14.5 At the end of the ./bootstrap script I get the following: ............ 15:06:36 URL:http://www.iro.umontreal.ca/translation/maint/bison-runtime/zh_TW.po [1795/1795] -> "zh_TW.po" [1] FINISHED --15:06:36-- Downloaded: 77,536 bytes in 29 files ./bootstrap: autoreconf --verbose --install --force ... autoreconf-2.5x: Entering directory `.' autoreconf-2.5x: running: autopoint --force tar: Skipping to next header tar: Archive contains obsolescent base-64 headers gzip: stdin: invalid compressed data--crc error gzip: stdin: invalid compressed data--length error tar: Error exit delayed from previous errors autoreconf-2.5x: running: aclocal --force -I m4 autoreconf-2.5x: configure.ac: tracing autoreconf-2.5x: configure.ac: not using Libtool autoreconf-2.5x: running: /usr/bin/autoconf-2.5x --force autoreconf-2.5x: running: /usr/bin/autoheader-2.5x --force autoreconf-2.5x: running: automake --add-missing --copy --force-missing autoreconf-2.5x: Leaving directory `.' ./bootstrap: rm -fr aclocal.m4 intl m4/codeset.m4 m4/gettext.m4 m4/glibc2.m4 m4/glibc21.m4 m4/intdiv0.m4 m4/intmax.m4 m4/inttypes_h.m4 m4/inttypes.m4 m4/inttypes-pri.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-prefix.m4 m4/longdouble.m4 m4/longlong.m4 m4/po.m4 m4/printf-posix.m4 m4/signed.m4 m4/size_max.m4 m4/stdint_h.m4 m4/uintmax_t.m4 m4/ulonglong.m4 m4/wchar_t.m4 m4/wint_t.m4 m4/xsize.m4 ... ./bootstrap: sed '/^MSGID_BUGS_ADDRESS *=/s/=.*/= [email protected]/' po/Makevars.template >po/Makevars ... sed: can't read po/Makevars.template: No such file or directory cp: cannot stat `Makefile.in.in': No such file or directory cp: cannot stat `*-quot': No such file or directory cp: cannot stat `*.header': No such file or directory cp: cannot stat `*.sed': No such file or directory cp: cannot stat `*.sin': No such file or directory ./bootstrap: done. Now you can run './configure'. ...which is different from my linux build. Hmm... Any ideas? Thanks, Oleg.
