This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC 3.1 Sparc 64 issue?


I am pleased to report a successful build on Solaris 8 sparc 64 on a Blade 100.

However, it seems there is a new problem that is preventing the successful 
compile of some programs (specifically since the ./configure fails)


For example from a snippet:
[ ndbm.h does exist in /usr/local/include ]
---------------------------------------
configure:2638: checking for ndbm.h
configure:2648: 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 2643 "configure"
#include "confdefs.h"
#include <ndbm.h>
--------------------------------------

Many configure scripts fail because GCC emits a pointless diagnostic 
whenever -I/usr/local/include is specified on the command line.


So, my configure fails incorrectly. How can I work around this without 
returning back to the 2.95.3 version of GCC ?







-- 
J.D. Bronson
Aurora Health Care // Information Systems // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.603.8282


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]