I found the problem. It was probably due to conflicts with the gettext library. I have now removed the gettext module from gnulib and everything works:
Here is the import command I have run: gnulib-tool --import --dir=. --lib=libgnucommon --source-base=gnulib --m4-base=m4 --doc-base=doc --aux-dir=config --libtool gettimeofday mktime snprintf stdarg stdbool stdio strftime strptime sys_time time crypto/md5 snprintf vsnprintf I have removed gettext and gettext-h. Thanks, Gabriele -- Gabriele Bartolini - Istruttore Informatico - Comune di Prato Sistema Informativo - Servizi di E-Government e Open-Source [EMAIL PROTECTED] - www.comune.prato.it - www.htminer.it -----Messaggio originale----- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Gabriele Bartolini Inviato: venerdì 14 marzo 2008 14.07 A: Bruno Haible; bug-gnulib@gnu.org Oggetto: R: Problems with stdio.h Ciao Bruno, > - After you ran "gnulib-tool --update", your stdio_h.m4 file should be > saying "stdio_h.m4 serial 9" and set GNULIB_FSEEKO to 0 in line 34. Correct. > - After you ran "aclocal -I config", your aclocal.m4 file should contain > a line saying "stdio_h.m4 serial 9". Incorrect. I have no such line in the aclocal.m4 file. What should it depend on? Thanks, Gabriele