bug-gnulib
[Top][All Lists]
Advanced

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

Re: combining large xmalloc and setvbuf


From: Sami Kerola
Subject: Re: combining large xmalloc and setvbuf
Date: Sat, 17 Nov 2012 21:01:00 +0000

On Sat, Nov 17, 2012 at 4:07 PM, Paul Eggert <address@hidden> wrote:
> I'd try compiling with gcc -Wall.  Most likely
> you have a prototype missing.  malloc is builtin
> to the compiler but xmalloc is not.

Thank you Paul,

You had exactly correct hunch, my compiler flags did not have proper
include directory definition[1], which combined with missing include
resulted to rather peculiar symptoms.

[1] AM_CPPFLAGS = -I$(top_builddir)/lib

--
   Sami Kerola
   http://www.iki.fi/kerolasa/



reply via email to

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