From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-15?Q?S=E9bastien?= Kirche Newsgroups: gmane.emacs.devel Subject: [OSX] how to build for an older system ? Date: Mon, 25 Jul 2005 14:49:44 +0200 Organization: Aucune. Message-ID: Reply-To: =?iso-8859-15?Q?S=E9bastien?= Kirche NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1122296576 20258 80.91.229.2 (25 Jul 2005 13:02:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jul 2005 13:02:56 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 25 15:02:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dx2aN-000401-2z for ged-emacs-devel@m.gmane.org; Mon, 25 Jul 2005 15:01:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dx2cf-0000ls-6P for ged-emacs-devel@m.gmane.org; Mon, 25 Jul 2005 09:03:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dx2aV-0008EG-Sp for emacs-devel@gnu.org; Mon, 25 Jul 2005 09:01:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dx2aR-0008Ck-GE for emacs-devel@gnu.org; Mon, 25 Jul 2005 09:01:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dx2Yb-0007bZ-MV for emacs-devel@gnu.org; Mon, 25 Jul 2005 08:59:45 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Dx2ca-0005wL-I2 for emacs-devel@gnu.org; Mon, 25 Jul 2005 09:03:52 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dx2RS-0002fJ-AQ for emacs-devel@gnu.org; Mon, 25 Jul 2005 14:52:22 +0200 Original-Received: from 195.25.216.129 ([195.25.216.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jul 2005 14:52:22 +0200 Original-Received: from sebastien.kirche by 195.25.216.129 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jul 2005 14:52:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 195.25.216.129 X-Face: ; T}O6aj2o*d:|9po%NCuYvExN3]<#cHr0"FaWCh[}WVn6&@L)YWO'&6AO5Ex:MX=H; .^e}o Td*OaFQEBc_xu%+ChwRl!KK`I'["$^aO1gIN{4OyBdO@1HHD5YO#[kiVCk|/-|mmYnU8yTp+eOv."d 1.G3; ro0Q/`,UY+vY/#5b/{OYxE+X\)tc~p~1vbmZ!o4sciW+e8MW|Pz|nl`l*}]8[#1zQO"]d2*{d wrTKu]5t*Gy_pm3e8o=:(c_ju'zlQ<[oJ|\XjgQQmWZC7S]-Fmp\eBHnBO']/te~/; \@l" D#:h)8Q User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:CuxztbqxzKw7CjdAxXghjRKxVv4= 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:41206 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41206 Hi, I use to build Carbon Emacs on a G4/10.3.9 system (Fink installed). Thanks to Steven Tamm I can build without the Fink shared libs with make-package --self-contained -M,CC=gcc And it executes without problem on more recent systems. For a few days, i have access to a G3/10.4.2 system (Fink also installed). When i launch the binary compiled with 10.4.2 it fails under 10.3.9 with the following : dyld: /Applications/Emacs.app/Contents/MacOS/Emacs can't open library: /usr/lib/libncurses.5.4.dylib (No such file or directory, errno = 2) Obviously I have only libncurses.5.dylib and libncurses.dylib in 10.3.9 I tried a trivial ln -s /usr/lib/libncurses.5.dylib /usr/lib/libncurses.5.4.dylib But it then fails with the not surprising dyld: /Applications/Emacs.app/Contents/MacOS/Emacs version mismatch for library: /usr/lib/libncurses.5.4.dylib (compatibility version of user: 5.4.0 greater than library's version: 5.0.0) Is there a mean to build Emacs.app in "compatibility mode" (read : give a lower required shared lib version) when the compilation is made on a recent system ? Thanks for help. -- Sébastien Kirche