autoconf
[Top][All Lists]
Advanced

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

Re: Proposal for macros to check for global variables (again)


From: Thomas Dickey
Subject: Re: Proposal for macros to check for global variables (again)
Date: Thu, 11 Apr 2002 16:07:26 -0400
User-agent: Mutt/1.2.5i

On Thu, Apr 11, 2002 at 03:03:11PM -0400, Peter Eisentraut wrote:
 
> You could ask that question about AC_CHECK_FUNC, too.  The reasons are,
> the variable might not be declared anywhere or where you are looking for
> it (e.g., optind on hosts without unistd.h), or it might be declared and
> you don't have the right libraries.  To be sure, you must link.

your test does not distinguish between variables and functions which happen
to have global addresses which are linkable.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net



reply via email to

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