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 [EMAIL PROTECTED] Mayo Foundation (507) 538-5495 200 First St. SW FAX (507) 284-9171 Rochester MN, 55901 USA http://www.mayo.edu/sppdg/
