From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Minor problem in "Apropos" - 21.2.93 Date: Mon, 16 Dec 2002 15:04:41 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20021216150302.DB0C.LEKTU@terra.es> References: <20021214062635.661712BE3B@server2.fastmail.fm> 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 1040047596 24635 80.91.224.249 (16 Dec 2002 14:06:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 16 Dec 2002 14:06:36 +0000 (UTC) Cc: seagull@fastmail.fm Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18NvtC-0006P8-00 for ; Mon, 16 Dec 2002 15:06:34 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Nw6h-0002cF-00 for ; Mon, 16 Dec 2002 15:20:31 +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 18NvsP-0004aR-04 for emacs-devel@quimby.gnus.org; Mon, 16 Dec 2002 09:05:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18Nvrz-0004Ob-00 for emacs-devel@gnu.org; Mon, 16 Dec 2002 09:05:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18NvrT-0003wF-00 for emacs-devel@gnu.org; Mon, 16 Dec 2002 09:04:50 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18NvrR-0003k5-00 for emacs-devel@gnu.org; Mon, 16 Dec 2002 09:04:46 -0500 Original-Received: from [62.22.27.143] (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id gBGE4fS21729; Mon, 16 Dec 2002 15:04:41 +0100 Original-To: emacs-devel@gnu.org In-Reply-To: X-Mailer: Becky! ver. 2.05.06 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10159 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10159 On Sun, 15 Dec 2002 18:39:49 -0500, Richard Stallman wrote: > Someone who works on Emacs for Windows should figure out why this file > is not in the place which exec-directory points to, and fix things so > that the file is there. In the prebuilt binaries, fns-21.2.9X-1.el is in bin/ and exec-directory points to that directory. In my MSVC 6.0 builds it's also correct. OTOH, I always build in the source tree; I don't use --prefix. In which case does exec-directory point to a directory other than bin/? It is perhaps related to using --prefix? /L/e/k/t/u