bug-autoconf
[Top][All Lists]
Advanced

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

Re: Problem with AC_CHECK_TYPE on MacOS X


From: Reuben Thomas
Subject: Re: Problem with AC_CHECK_TYPE on MacOS X
Date: Tue, 31 Mar 2009 00:53:45 +0100 (BST)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Thu, 26 Mar 2009, Eric Blake wrote:

According to Reuben Thomas on 3/26/2009 5:47 AM:
Can you post a simple configure.ac to reproduce this?

Sure:

AC_INIT
AC_FUNC_GETGROUPS

The generated configure adds the code

#define size_t unsigned int

to confdefs.h at line 3556 on my system (using autoconf 1.10.1).

And the config.log snippet where AC_REQUIRE([AC_TYPE_SIZE_T]) is rejecting
your system's size_t?

OK, it seems that the system headers won't build with -std=c89 on this system, so it's not an autoconf problem. Thanks for pointing me to the real problem!




reply via email to

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