Martin Koeppe wrote: > Now found out, that GNULIB_SPRINTF_POSIX and REPLACE_SPRINTF are set > to 0 by configure, seems to be the default value, and apparently > nowhere else get touched during configure (I only see 2 occurences of > these 2 variables in the whole configure), so stay 0 and sprintf(), > which seq uses, isn't properly replaced.
The copy of src/seq.c that I have uses asprintf(), not sprintf(), in print_numbers(). Can you show the output of "nm lib/*printf*.o" ? Bruno