search for: dhave_snprintf

Displaying 1 result from an estimated 1 matches for "dhave_snprintf".

Did you mean: have_snprintf
2003 Apr 08
1
compile 11.00 parisc1.1 32-bit fails - snprintf
...RINTF) && defined(HAVE_C99_VSNPRINTF) /* only include stdio.h if we are not re-defining snprintf or vsnprintf */ #include <stdio.h> /* make the compiler happy with an empty file */ void dummy_snprintf(void) {} #else <snip> - if I just run: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DHAVE_C99_VSNPRINTF -Wall -W -I./popt -c lib/snprintf.c -o lib/snprintf.o and then make again, it seems to work. It seems to me I may have some issue with gcc-lib or with missing HPUX patches, but not too sure. Am I on the right track here? Cheers, John Campbell There are 10 ty...