On Sat, 2013 Oct 12 20:29-0700, Paul Eggert wrote:
>
> 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/reallo
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 ma
On Sat, 2013 Oct 12 11:52-0700, Paul Eggert wrote:
>
> Thanks, can you look at the generated 'configure' and see why that is?
> It should contain something like this:
>
> if test $ac_cv_func_realloc_0_nonnull = yes; then :
> $as_echo "#define HAVE_REALLOC_GNU 1" >>confdefs.h
> else
>
Daniel Richard G. wrote:
> The system does not appear to have a GNU compatible realloc() function,
> but for some reason, the replacement realloc() was not compiled:
Thanks, can you look at the generated 'configure' and see why that is?
It should contain something like this:
if test $ac_cv_fun
I'm afraid I spoke too soon, and after the resolution on the
str[iu]max() issue, am still seeing a couple of build errors with gnulib
git master on this HP-UX system.
First error:
source='../../gllib/pt_chown.c' object='pt_chown.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../../build-aux/de