Daniel Richard G. wrote: > I looked through the configure script. It appears that realloc.o is > added to gl_LIBOBJS if a non-POSIX realloc() is found. However, if > realloc() is non-GNU, realloc.o is added to gltests_LIBOBJS, not > gl_LIBOBJS.
How did you create the configure script? It's not making sense to me. The code that modules/realloc-gnu uses to decide about libobj.o: if test $REPLACE_REALLOC = 1; then AC_LIBOBJ([realloc]) fi is the same as modules/realloc-posix.