X-From-Line: address@hidden Wed Jun 25 15:43:18 2003 Return-path: Envelope-to: address@hidden Delivery-date: Wed, 25 Jun 2003 15:49:59 +0200 Received: from hermes.epita.fr ([163.5.255.10] helo=epita.fr) by kualalumpur.lrde.epita.fr with esmtp (Exim 3.35 #1 (Debian)) id 19VAet-0002DY-00 for ; Wed, 25 Jun 2003 15:49:59 +0200 Received: from f7.net (consort.superb.net [209.61.216.22]) by epita.fr id h5PDnHB01433 for EPITA Paris France Wed, 25 Jun 2003 15:49:17 +0200 (CEST) Received: from monty-python.gnu.org (monty-python.gnu.org [199.232.76.173]) by f7.net (8.11.7/8.11.7) with ESMTP id h5PDnCr05838; Wed, 25 Jun 2003 09:49:12 -0400 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VAdS-0005Lv-MY for address@hidden; Wed, 25 Jun 2003 09:48:30 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VAcq-0004uV-NK for address@hidden; Wed, 25 Jun 2003 09:47:52 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VAYp-0002rX-7g for address@hidden; Wed, 25 Jun 2003 09:43:44 -0400 Received: from elixir.e.kth.se ([130.237.48.5]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VAYT-0002m8-Np for address@hidden; Wed, 25 Jun 2003 09:43:21 -0400 Received: from tungsten.e.kth.se (tungsten.e.kth.se [130.237.48.174]) by elixir.e.kth.se (8.12.9/8.12.9) with ESMTP id h5PDhIwo266094; Wed, 25 Jun 2003 15:43:19 +0200 (CEST) Received: (from address@hidden) by tungsten.e.kth.se (8.11.6/8.9.3) id h5PDhIt19898; Wed, 25 Jun 2003 15:43:18 +0200 X-Authentication-Warning: tungsten.e.kth.se: httpd set sender to address@hidden using -f Received: from lightning.admin.kth.se (lightning.admin.kth.se [130.237.31.172]) by webmail.e.kth.se (IMP) with HTTP for ; Wed, 25 Jun 2003 15:43:18 +0200 X-Gnus-Mail-Source: pop:address@hidden Message-ID: Date: Wed, 25 Jun 2003 15:43:18 +0200 From: Johan Fredriksson To: James Yonan MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 130.237.31.172 cc: address@hidden Subject: None X-BeenThere: address@hidden X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for autoconf, the GNU build system List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Sender: address@hidden Errors-To: address@hidden X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20 X-Spam-Level: Status: X-Content-Length: 2189 Lines: 46 Xref: nostromo.lrde.epita.fr autoconf.bug:2659 Hello! When I tried to build openvpn-1.4.1 today, configure produced the following output. After some trivial debuging I realised that netinet/ip.h, netinet/if_ether.h and resolv.h can not be included by themselvs, but netinet/in.h must be includeed first. Oterwise "struct ip_addr" will not be defined. This is on Solaris9. I admit that the problem should be blamed on the system header-files, but I tought that the strength of autoconf was to work around system oddities like this. 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: ## ------------------------------------ ## checking for netinet/ip.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: ## ------------------------------------ ## checking for netinet/if_ether.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking resolv.h usability... no checking resolv.h presence... yes configure: WARNING: resolv.h: present but cannot be compiled configure: WARNING: resolv.h: check for missing prerequisite headers? configure: WARNING: resolv.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to address@hidden ## configure: WARNING: ## ------------------------------------ ## checking for resolv.h... yes