libtool
[Top][All Lists]
Advanced

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

Re: ltdl.c: `ENOMEM' undeclared


From: Patrick Welche
Subject: Re: ltdl.c: `ENOMEM' undeclared
Date: Thu, 2 Aug 2001 17:44:59 +0100
User-agent: Mutt/1.3.19i

On Thu, Aug 02, 2001 at 02:01:45PM +0100, Patrick Welche wrote:
> With libtool source of 2 Aug 2001 12:30GMT, I get `ENOMEM' undeclared when
> compiling ltdl.c. ENOMEM is declared in /usr/include/sys/errno.h which is
> included in /usr/include/errno.h. libltdl/ltdl.c includes errno.h if
> HAVE_ERRNO_H is defined. Now for the odd part: HAVE_ERRNO_H doesn't appear
> in my libltdl/config.h at all (not even commented out), yet
> 
> AC_CHECK_HEADERS([ctype.h errno.h malloc.h memory.h stdlib.h stdio.h])
> 
> appears in libltdl/acinclude.m4. Thoughts?

Actually it must have something to do with my auto* setup.. I now wonder
about

for sub in . libltdl cdemo demo depdemo mdemo ltdldemo pdemo tagdemo; do
                                              ^^^^^^^^

in "bootstrap"..

Cheers,

Patrick



reply via email to

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