autoconf
[Top][All Lists]
Advanced

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

Re: HPUX 11.00 with aCC vs. autoconf 2.57 [#8108]


From: Keith Bostic
Subject: Re: HPUX 11.00 with aCC vs. autoconf 2.57 [#8108]
Date: Sun, 18 May 2003 14:07:48 -0400 (EDT)

>> The problem is autoconf is inserting the lines:
>> 
>>      #ifdef __cplusplus
>>      #include <stdlib.h>
>>      #endif
>> 
>> in its test program for the AC_REPLACE_FUNCS macro, and,
>> with aCC on that results in the following error:
>
> that's a workaround for a defect in glibc (has been in
> autoconf for a couple of years).  Ostensibly to provide
> a prototype for exit(), it actually is used to allow
> glibc to tack a "throws" onto the exit() prototype.

Thank you.

Would it be reasonable to if/else it for gcc only?

Regards,
--keith

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Keith Bostic                    address@hidden
Sleepycat Software Inc.         keithbosticim (ymsgid)
118 Tower Rd.                   +1-781-259-3139
Lincoln, MA 01773               http://www.sleepycat.com




reply via email to

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