From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: Re: What is the difference between the src/oo/ and src/oo-spd/ directories? Date: Mon, 24 May 2010 11:58:05 -0400 Message-ID: <87pr0lgulu.fsf@gmail.com> References: <83sk5io7vx.fsf@gnu.org> <83ocg6o3dx.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1274716718 25156 80.91.229.12 (24 May 2010 15:58:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 May 2010 15:58:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 24 17:58:37 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OGa32-0003zY-Fl for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 17:58:36 +0200 Original-Received: from localhost ([127.0.0.1]:36839 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGa31-0005s0-Pn for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 11:58:35 -0400 Original-Received: from [140.186.70.92] (port=49691 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGa2q-0005rA-SP for emacs-devel@gnu.org; Mon, 24 May 2010 11:58:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGa2l-0005dh-H9 for emacs-devel@gnu.org; Mon, 24 May 2010 11:58:24 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:48628) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGa2l-0005dP-A9 for emacs-devel@gnu.org; Mon, 24 May 2010 11:58:19 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OGa2g-0003on-I4 for emacs-devel@gnu.org; Mon, 24 May 2010 17:58:14 +0200 Original-Received: from pool-70-18-200-97.ny325.east.verizon.net ([70.18.200.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2010 17:58:14 +0200 Original-Received: from sean.sieger by pool-70-18-200-97.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2010 17:58:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-18-200-97.ny325.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:r/953qt+d/4OejJofnSHUAjA/mg= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:125185 Archived-At: >> >> Why is emacs.exe sometimes placed in the first and sometimes >> >> in the second? >> > >> > It depends on whether you configure with or without --no-opt. >> > >> >> What is the reason for having both? >> > >> > To allow you to have both optimized and unoptimized builds of the same >> > sources. >> >> Thanks, but how do you use that? Don't you to rebuild all the C >> sources to use it? > > Yes, but so what?  It only takes a couple of minutes. > >> And don't you do "make install" after that? > > You don't have to if you don't want.  You can run the executable from > its src/oo/i386 directory. Thanks, I see. Yes, it seems useful. Right, thanks, Eli.