Hello Paul, Paul Eggert wrote on 15/10/2005 at 12:44 p.m.: >> Right, thanks. I executed apt-get install gettext automake1.8 and >> got further. > 1.8 is pretty old. How about using the latest version of automake > and getttext? Oh, right, just installed automake1.9, removed older versions and installed the latest debing/testing version of autoconf. bootstrap script worked successfully :) Thanks!
Now, configure script fails with the following message: .............. checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 ./configure: line 5285: syntax error near unexpected token `-Werror' ./configure: line 5285: ` BISON_WARNING(-Werror)' As far as software versions go, here is what I have: hoth:~/devel/bison-cvs# automake --version automake (GNU automake) 1.9.6 Written by Tom Tromey <[EMAIL PROTECTED]>. hoth:~/devel/bison-cvs# autopoint --version /usr/bin/autopoint (GNU gettext-tools) 0.14.5 Copyright (C) 2002-2005 Free Software Foundation, Inc. hoth:~/devel/bison-cvs# autoconf --version autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Best regards, Oleg.
