Additionally, this was needed:

2007-03-11  Bruno Haible  <[EMAIL PROTECTED]>

        * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.

*** lib/vasnprintf.c    10 Mar 2007 00:20:53 -0000      1.26
--- lib/vasnprintf.c    11 Mar 2007 12:04:06 -0000
***************
*** 110,115 ****
--- 110,117 ----
  # else
     /* Unix.  */
  #  define SNPRINTF snprintf
+    /* Here we need to call the native snprintf, not rpl_snprintf.  */
+ #  undef snprintf
  # endif
  #endif
  



Reply via email to