From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Emacs for OS9 and OSX Date: Thu, 27 Jan 2005 15:29:24 -0500 Organization: Bell Sympatico Message-ID: <87y8ee4o41.fsf-monnier+gnu.emacs.help@gnu.org> References: <87mzuu7tua.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106858866 14737 80.91.229.6 (27 Jan 2005 20:47:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2005 20:47:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 27 21:47:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CuGYG-0005yp-00 for ; Thu, 27 Jan 2005 21:47:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CuGkd-00079X-O9 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jan 2005 16:00:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:PP/1lCsa39jjRNXP+a/cI1C4k3g= Original-Lines: 17 Original-NNTP-Posting-Host: 67.71.119.166 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1106857764 67.71.119.166 (Thu, 27 Jan 2005 15:29:24 EST) Original-NNTP-Posting-Date: Thu, 27 Jan 2005 15:29:24 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:128205 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23707 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23707 >> > Well, Emacs on Mac OS 9 as it is available on MacEmacs page crash if the >> > mac has more than 256MB installed. >> BTW, can't you build it with USE_LSB_TAG (so as to completely eliminate >> the max-memory limit)? > I may try to compile that way, but i have no acces to machine with more than > 512 Mo to test that it actually works. And i am too limited on the web space > for a second version. > If someone ask about it, I would like to try... If the compilation succeeds and the compiled executable works, then the limit is gone. USE_LSB_TAG is the default way to build Emacs in Emacs-CVS, but it's only available on the platforms where we know it works. If it works with USE_LSB_TAG, there's no point keeping a version built without USE_LSB_TAG. Stefan