Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 18:06:34 -0500 (EST)
From:      Garrett Wollman <wollman@lcs.mit.edu>
To:        obrien@freebsd.org
Cc:        sparc@freebsd.org
Subject:   Can sparc64 compiler be fixed not to bleat...
Message-ID:  <200203222306.g2MN6Y389384@khavrinen.lcs.mit.edu>

next in thread | raw e-mail | index | archive | help

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 <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203222306.g2MN6Y389384>