This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Autoconf 2.59 breaks libstdc++ checks


Kean Johnston <jkj@sco.com> writes:

>> Then that AmigaOS ANSI/ISO C library is broken.  If you look at
>> Section 7.1.4, "Use of library functions", you'll see that it's legal
>> for a program to use "#undef getc" to ensure that an actual function
>> is available for getc.
>
> getc is just one example, perhaps a bad one. The point is that the
> autoconf test is not trying to make sure you conform to ISO/ANSI
> standards for the set of functions defined there. Its a generic
> test that will fail for *any* package that uses macros to implement
> what looks to the visual eye to be a function. So for example if
> libz were to change such that gzrewind() was implemented in terms
> of a macro, autoconf would now detect it as *MISSING*.

If a function is _only_ available as a macro then you can't take the
address of it, which can be described as being nonexisting.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]