autoconf
[Top][All Lists]
Advanced

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

HP-UX 11.0 and native CC and CXX


From: Techentin, Robert W.
Subject: HP-UX 11.0 and native CC and CXX
Date: Wed, 30 Oct 2002 12:51:47 -0600

I'm having a bit of trouble configuring for HP-UX 11.00 using the native
ANSI C and C++ compilers (B.11.11.04 for C, and B3910B A.03.33 for C++)
using Autoconf 2.54 and Automake 1.7.

The HP C compiler fails the 'inline' keyword test, as was described on the
list back in June
(http://mail.gnu.org/pipermail/autoconf/2002-June/013506.html), setting
ac_cv_c_inline, resulting in a DEFS switch "-Dinline="

Unfortunately, this definition also gets passed to the CXX compiler, which
_does_ support inline.  At the very least, removing the inline keyword
confuses math.h into including all its functions (abs, log10, ...) into
every object module.

Is ac_cv_c_inline supposed to propogate to CXX?  Is there a way to stop it?

Thanks,
Bob
-- 
Bob Techentin                        address@hidden 
Mayo Foundation                                 (507) 538-5495 
200 First St. SW                            FAX (507) 284-9171
Rochester MN, 55901  USA            http://www.mayo.edu/sppdg/ 




reply via email to

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