bug-autoconf
[Top][All Lists]
Advanced

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

Re: autconfig problem with HP-UX 11 aCC HP ANSI C++ B3910B A.03.45


From: Noah Misch
Subject: Re: autconfig problem with HP-UX 11 aCC HP ANSI C++ B3910B A.03.45
Date: Fri, 1 Apr 2005 03:59:38 -0800
User-agent: Mutt/1.5.5.1i

On Fri, Apr 01, 2005 at 08:51:56AM +0200, Stepan Kasal wrote:
> Tell them to read the section "Present But Cannot Be Compiled" of the
> manual to autoconf-2.59.

That is not the message in this report.

> > checking whether the library defines class strstream... checking strstream 
> > usability... yes
> > checking strstream presence... no
> > configure: WARNING: strstream: accepted by the compiler, rejected by the 
> > preprocessor!
> > configure: WARNING: strstream: proceeding with the preprocessor's result
> > configure: WARNING:     ## ------------------------------------ ##
> > configure: WARNING:     ## Report this to address@hidden ##
> > configure: WARNING:     ## ------------------------------------ ##
> > checking for strstream... no

The preprocessor alone could not find and process this C++ header, but the C++
compiler running the preprocessor did so.  Autoconf 2.57 trusts the preprocessor
and emits this warning.  Autoconf 2.59 trusts the compiler and emits a similar
warning with no request for a report.

It may be safe to ignore this message.  If you have trouble compiling cppunit, I
highly recommend bootstrapping cppunit with Autoconf 2.59, which will better
configure cppunit for this system.




reply via email to

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