bug-autoconf
[Top][All Lists]
Advanced

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

RE: bug when configuring commoncpp2-1.0.13 on HP-UX 11.11


From: Fegler, Brian A
Subject: RE: bug when configuring commoncpp2-1.0.13 on HP-UX 11.11
Date: Wed, 21 Jan 2004 11:19:50 -0600

For what it is worth to the autoconf developers, changing the following:

export CPPFLAGS="-I/home/bafegler/gnu/include -I/usr/include 
-I/usr/contrib/X11R6/include/"

to

export CPPFLAGS="-I/home/bafegler/gnu/include -I/usr/contrib/X11R6/include/"

gets rid of the last two warnings, but the following still exists:

checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/ip.h usability... no
checking netinet/ip.h presence... yes
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##


I'm guessing this isn't an actual autoconf bug, but there is a request to 
report it, so I thought it might be useful to the requestor.

thanks,
Brian Fegler
        
>  -----Original Message-----
> From:         Fegler, Brian A  
> Sent: Tuesday, January 20, 2004 6:23 PM
> To:   'address@hidden'
> Subject:      bug when configuring commoncpp2-1.0.13 on HP-UX 11.11
> 
> when running: 
> /home/bafegler/gnu/tar.gz/commoncpp2-1.0.13> ./configure 
> --prefix=/home/bafegler/gnu
> 
> I got the following errors:
> 
> checking netinet/ip.h usability... no
> checking netinet/ip.h presence... yes
> configure: WARNING: netinet/ip.h: present but cannot be compiled
> configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
> configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
> configure: WARNING:     ## ------------------------------------ ##
> configure: WARNING:     ## Report this to address@hidden ##
> configure: WARNING:     ## ------------------------------------ ##
> 
> and
> 
> checking exception usability... no
> checking exception presence... yes
> configure: WARNING: exception: present but cannot be compiled
> configure: WARNING: exception: check for missing prerequisite headers?
> configure: WARNING: exception: proceeding with the preprocessor's result
> configure: WARNING:     ## ------------------------------------ ##
> configure: WARNING:     ## Report this to address@hidden ##
> configure: WARNING:     ## ------------------------------------ ##
> 
> and
> 
> checking sstream usability... no
> checking sstream presence... yes
> configure: WARNING: sstream: present but cannot be compiled
> configure: WARNING: sstream: check for missing prerequisite headers?
> configure: WARNING: sstream: proceeding with the preprocessor's result
> configure: WARNING:     ## ------------------------------------ ##
> configure: WARNING:     ## Report this to address@hidden ##
> configure: WARNING:     ## ------------------------------------ ##
> 
> 
> also of interest:
> /home/bafegler/gnu/tar.gz/commoncpp2-1.0.13> gcc -v
> Reading specs from 
> /home/bafegler/gnu/lib/gcc-lib/hppa2.0w-hp-hpux11.11/3.2/specs
> Configured with: gcc-3.2/configure --prefix=/home/bafegler/gnu
> Thread model: single
> gcc version 3.2
> 
> Let me know if there is anything else that would help you trouble shoot this.
> 
> Just thought I'd let you know, seeing as there is a request to report it.
> 
> thanks a lot!,
> Brian Fegler




reply via email to

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