From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: make EMACS=../src/emacs ?? Date: Mon, 13 Dec 2004 22:19:30 +0100 Message-ID: <012501c4e15b$c1f4dca0$0200a8c0@sedrcw11488> References: <009c01c4e0a7$f92ddff0$0200a8c0@sedrcw11488> <00cd01c4e14e$53d51a30$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102975223 12721 80.91.229.6 (13 Dec 2004 22:00:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2004 22:00:23 +0000 (UTC) Cc: Andreas Schwab , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 13 23:00:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cdxu3-0008VQ-00 for ; Mon, 13 Dec 2004 22:38:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cdy4A-0006ak-W3 for ged-emacs-devel@m.gmane.org; Mon, 13 Dec 2004 16:49:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cdy3V-0006Ly-Qt for emacs-devel@gnu.org; Mon, 13 Dec 2004 16:48:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cdy3T-0006L4-GH for emacs-devel@gnu.org; Mon, 13 Dec 2004 16:48:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cdy3T-0006KD-AH for emacs-devel@gnu.org; Mon, 13 Dec 2004 16:48:31 -0500 Original-Received: from [81.228.11.115] (helo=av9-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cdxry-0003kI-42 for emacs-devel@gnu.org; Mon, 13 Dec 2004 16:36:38 -0500 Original-Received: by av9-1-sn1.fre.skanova.net (Postfix, from userid 502) id 65B703839E; Mon, 13 Dec 2004 22:36:37 +0100 (CET) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av9-1-sn1.fre.skanova.net (Postfix) with ESMTP id 58A6237E51; Mon, 13 Dec 2004 22:36:37 +0100 (CET) Original-Received: from sedrcw11488 (t4o58p62.telia.com [195.252.57.62]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id 7CBD937E70; Mon, 13 Dec 2004 22:36:34 +0100 (CET) Original-To: "Jan D." X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: main.gmane.org gmane.emacs.devel:31087 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31087 ----- Original Message ----- From: "Jan D." > > Please explain a bit more! Do you mean that ../bin/emacs.exe from the > > lisp > > subdir does not exist? > > It only exists when building on W32 without specifying an install > prefix. Ah, I see, thanks. And I guess that means that src/emacs.exe (at least at some point) exists on "unix-like" systems. But it does not when building on MS Windows. (It is in another subdirectory.) - Lennart