Hello,
On my toolchain, libintl defines ___printf__, so the fix on gnulib works
for me. But
Harry's toolchain doesn't defines ___printf__, and even so,
DEPENDS_ON_LIBINTL is set to 1.
So I think this is a problem on Harry's toolchain which only shows
itself because gnulib now
don't always compile printf. If he removes the lines 26 and 44 from
gl/printf.c, the
build will probably works.
Can you please do this test Harry?
Also, can you please try to compile this code, on mingw?
#include <stdio.h>
int main() {
printf("hello\n");
return 0;
}
Regards,
Michel
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev