Eric Blake wrote: > gcc4 -std=gnu99 ... > ../lib/libm4.a(vasnprintf.o): In function `wcstouq': > /usr/include/wchar.h:585: multiple definition of `wcstouq' > ../lib/libm4.a(quotearg.o):/usr/include/wchar.h:585: first defined here > ... > This seems like a bug in glibc's <wchar.h>, especially since gnulib does > not mess with wcstouq.
Yes, correct. This bug hits people who install new gcc versions on older glibc versions. <http://sourceware.org/bugzilla/show_bug.cgi?id=4022> Reported and fixed in 2007 already. Bruno