From owner-freebsd-sparc Fri Mar 22 15: 6:40 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 2477C37B417; Fri, 22 Mar 2002 15:06:35 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.6) id g2MN6Y389384; Fri, 22 Mar 2002 18:06:34 -0500 (EST) (envelope-from wollman) Date: Fri, 22 Mar 2002 18:06:34 -0500 (EST) From: Garrett Wollman Message-Id: <200203222306.g2MN6Y389384@khavrinen.lcs.mit.edu> To: obrien@freebsd.org Cc: sparc@freebsd.org Subject: Can sparc64 compiler be fixed not to bleat... Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Many configure scripts fail because GCC emits a pointless diagnostic whenever -I/usr/local/include is specified on the command line. Viz.: configure:2826: checking for ANSI C header files configure:2839: /arch/sparc64/hosted/bin/gcc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out cpp0: warning: changing search order for system directory "/usr/local/include" cpp0: warning: as it has already been specified as a non-system directory configure: failed program was: #line 2831 "configure" #include "confdefs.h" #include #include #include #include This appears to be a bug in autoconf 2.13, which is fixed in 2.52, but there are still a large number of autoconf 2.13 scripts which we will need to be able to run for the forseeable future. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message