From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Fred Boatwright Newsgroups: gmane.emacs.bugs Subject: problem compiling emacs-21.2 Date: Thu, 16 Jan 2003 15:15:19 -0700 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E272EF7.D7352EC5@blakemfg.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1042755673 21040 80.91.224.249 (16 Jan 2003 22:21:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 16 Jan 2003 22:21:13 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ZINd-0005S9-00 for ; Thu, 16 Jan 2003 23:20:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ZIOq-0003EB-00 for gnu-bug-gnu-emacs@m.gmane.org; Thu, 16 Jan 2003 17:22:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ZINQ-0002Pe-00 for bug-gnu-emacs@gnu.org; Thu, 16 Jan 2003 17:20:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ZIND-0001u7-00 for bug-gnu-emacs@gnu.org; Thu, 16 Jan 2003 17:20:31 -0500 Original-Received: from mail.getnet.net ([216.19.223.10]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18ZIMb-000197-00 for bug-gnu-emacs@gnu.org; Thu, 16 Jan 2003 17:19:53 -0500 Original-Received: (qmail 21433 invoked from network); 16 Jan 2003 22:19:47 -0000 Original-Received: from 216-19-218-100.getnet.net (HELO blakemfg.com) (216.19.218.100) by 0 with SMTP; 16 Jan 2003 22:19:47 -0000 X-Mailer: Mozilla 4.79 [en] (X11; U; SunOS 5.6 sun4u) X-Accept-Language: en Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4222 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4222 Hello, I am trying to compile emacs-21.2 under Solaris 2.6 (sparc) using gcc. The tar file was unpacked in /opt. When I run the configure script it claims it can't find install-sh. This file is in the same directory as configure. I found the test in configure for this file but don't understand why it doesn't work or what to do to fix it. Best regards, Fred boatwright