From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: patch for unexmacosx.c: supporting non-prebound dynamic library Date: Fri, 31 Oct 2003 13:08:56 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1E88B416-FCC1-11D7-A154-000A958F13D0@mac.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1067632398 22472 80.91.224.253 (31 Oct 2003 20:33:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2003 20:33:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Oct 31 21:33:15 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFfxL-0006wJ-00 for ; Fri, 31 Oct 2003 21:33:15 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFfxL-0003GI-00 for ; Fri, 31 Oct 2003 21:33:15 +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 1AFftW-0008NZ-76 for emacs-devel@quimby.gnus.org; Fri, 31 Oct 2003 15:29:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AFfss-0008Ku-3Z for emacs-devel@gnu.org; Fri, 31 Oct 2003 15:28:38 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AFfsK-000874-Tl for emacs-devel@gnu.org; Fri, 31 Oct 2003 15:28:36 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AFfsK-000871-NZ for emacs-devel@gnu.org; Fri, 31 Oct 2003 15:28:04 -0500 Original-Received: from [24.71.223.10] (helo=pd3mo3so.prod.shaw.ca) by mx20.gnu.org with esmtp (Exim 4.24) id 1AFfZq-0006SA-Bc for emacs-devel@gnu.org; Fri, 31 Oct 2003 15:08:58 -0500 Original-Received: from pd2mr2so.prod.shaw.ca (pd2mr2so-ser.prod.shaw.ca [10.0.141.109]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HNN0058Q1AX6G@l-daemon> for emacs-devel@gnu.org; Fri, 31 Oct 2003 13:08:57 -0700 (MST) Original-Received: from pn2ml2so.prod.shaw.ca (pn2ml2so-qfe0.prod.shaw.ca [10.0.121.146]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HNN009IQ1AXG6@l-daemon> for emacs-devel@gnu.org; Fri, 31 Oct 2003 13:08:57 -0700 (MST) Original-Received: from owlbear.local.shawmail ([68.144.207.94]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HNN0026K1AWBE@l-daemon> for emacs-devel@gnu.org; Fri, 31 Oct 2003 13:08:57 -0700 (MST) In-reply-to: <1E88B416-FCC1-11D7-A154-000A958F13D0@mac.com> Original-To: Nozomu Ando User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17639 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17639 Nozomu Ando writes: > Hello all, > > On Mac OS X, emacs of CVS HEAD cannot unexec > with non-prebound dynamically linked library (e.g. libXaw.dylib). > > I have written some code for handle this situation. > > With the following patch, > I have built Emacs/Carbon and Emacs/X11-dylib on Mac OS X > successfully, and the both seem to work fine. > > I hope this helps. > > Regards, > Nozomu Ando Hi Nozumu, Thank you again for your contribution. I have just checked your patch into CVS. Andrew.