From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tim McNamara Newsgroups: gmane.emacs.help Subject: CVS build can't find manual Date: 01 Jan 2004 15:17:10 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072994100 12576 80.91.224.253 (1 Jan 2004 21:55:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jan 2004 21:55:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 01 22:54:57 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AcAmP-00068O-00 for ; Thu, 01 Jan 2004 22:54:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AcBLa-0008V2-RX for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Jan 2004 17:31:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!feed1.news.rcn.net!rcn!in.100proofnews.com!in.100proofnews.com!news-out.visi.com!petbe.visi.com!gemini.bitstream.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 13 Original-NNTP-Posting-Host: cae06985.news.bitstream.net Original-X-Trace: 1072991841 gemini.bitstream.net 1101 216.243.177.155 Original-X-Complaints-To: abuse@bitstream.net Original-Xref: shelby.stanford.edu gnu.emacs.help:119706 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15647 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15647 Building Emacs from CVS (21.3.50.1) on Mac OS X 10.3.2 using Apple's version of gcc-3.3 (./configure --with-x --without-carbon) results in an apparently functional application. However, it can't locate the manuals. The return is "info file emacs does not exist." This was also the case when I built 21.3.50.1 on OS 10.1.5 and Apple's gcc-2.95.2 for X11. Emacs is installed into /usr/local/bin/. The info files appear to be in /usr/local/info/, which is perhaps not where Emacs expects them? I can of course correct this in my .emacs so that Emacs looks in /usr/local/info/ but I am curiou sas to why this might have happened in the firstplace. Was there something I should have done in configuring the build that would have prevented this?