bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Errors with rpl_realloc(), pthreads calls on hppa2.0w-hp-hpux11.11


From: Paul Eggert
Subject: Re: Errors with rpl_realloc(), pthreads calls on hppa2.0w-hp-hpux11.11
Date: Sat, 12 Oct 2013 20:29:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]