bug-autoconf
[Top][All Lists]
Advanced

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

Configure warning with curl-7.10.3


From: John Tobin
Subject: Configure warning with curl-7.10.3
Date: Sun, 9 Feb 2003 16:07:46 +0000
User-agent: Mutt/1.4i

When configuring curl-7.10.3 on a solaris 8 system mostly up to date with
patches, using gcc 3.2 from www.sunfreeware.com, I get the following warning:

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



The error messages from config.log are:

configure:13938: checking net/if.h usability
configure:13951: gcc -c -g -O2  conftest.c >&5
In file included from configure:14027:
/usr/include/net/if.h:225: field `ifa_addr' has incomplete type
/usr/include/net/if.h:227: field `ifu_broadaddr' has incomplete type
/usr/include/net/if.h:228: field `ifu_dstaddr' has incomplete type
/usr/include/net/if.h:234: confused by earlier errors, bailing out

configure:13938: checking netinet/if_ether.h usability
configure:13951: gcc -c -g -O2  conftest.c >&5
In file included from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2/include/ne
tinet/if_ether.h:37,
                 from configure:14029:
/usr/include/net/if_arp.h:61: field `arp_pa' has incomplete type
/usr/include/net/if_arp.h:62: field `arp_ha' has incomplete type
/usr/include/net/if_arp.h:64: confused by earlier errors, bailing out


gcc -v gives:
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as 
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.2


Compilation succeeded, and it appears to be working without a problem.
I still have the configure logs, config.h etc if they're any help.

-- 
John
[Parrot] will have reflection, introspection, and Deep Meditative
Capabilities.
                    Dan Sugalski, 2002/07/11, address@hidden




reply via email to

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