From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Configure/compile failure on Solaris 10 Sparc Ultra 25 Date: Sat, 21 Apr 2007 20:47:10 -0400 Message-ID: References: <4ops65ry4a.fsf@fencepost.gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1177203102 10570 80.91.229.12 (22 Apr 2007 00:51:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Apr 2007 00:51:42 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org To: "Glasser, Nathan" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 22 02:51:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HfQIh-0001Bj-L9 for ged-emacs-devel@m.gmane.org; Sun, 22 Apr 2007 02:51:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfQNv-0004Xm-Kf for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2007 20:56:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HfQMG-0003GN-Jr for emacs-devel@gnu.org; Sat, 21 Apr 2007 20:55:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HfQMF-0003Fn-IL for emacs-devel@gnu.org; Sat, 21 Apr 2007 20:55:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfQMF-0003Fa-8t for emacs-devel@gnu.org; Sat, 21 Apr 2007 20:55:15 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HfQH0-0005No-Lh for emacs-devel@gnu.org; Sat, 21 Apr 2007 20:49:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HfQEQ-0001tD-L3; Sat, 21 Apr 2007 20:47:10 -0400 In-reply-to: (nglasser@cantata.com) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69759 Archived-At: I noted the following 1: There are two places where it says checking how to run the C preprocessor... /usr/ccs/lib/cpp rather than cc -E -Xs. 2: It gives this error "/usr/include/sys/isa_defs.h", line 500: undefined control which was indicative to me, before, of the C preprocessor not having __sparc defined. That was a place that had trouble many times. 3: There are a bunch of places with warnings like the following: configure: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/time.h: proceeding with the compiler's result We don't need to fix these now, so let's not try. It would be nice to fix them later, but only Solaris users can figure out how to do that.