>>>>> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
>> Is you problem fixed now? Enrico> No, I have to use the attached patch. This is very strange, since the whole Makefile targets read: libgnuintl.h: $(srcdir)/libgnuintl.h.in sed -e 's,@''HAVE_POSIX_PRINTF''@,@HAVE_POSIX_PRINTF@,g' \ -e 's,@''HAVE_ASPRINTF''@,@HAVE_ASPRINTF@,g' \ -e 's,@''HAVE_SNPRINTF''@,@HAVE_SNPRINTF@,g' \ -e 's,@''HAVE_WPRINTF''@,@HAVE_WPRINTF@,g' \ < $(srcdir)/libgnuintl.h.in > libgnuintl.h libintl.h: libgnuintl.h cp libgnuintl.h libintl.h Are you sure that the fact that you have a $(srcdir)/libgnuintl.h (which you should not have) does not prevent the creation of the correct libgnuintl.h? JMarc