From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?q?S=E9bastien_Kirche?= Newsgroups: gmane.emacs.devel Subject: [OSX] G4 compiled binary fails on G5 Date: Mon, 31 Jan 2005 11:15:32 +0100 Organization: Aucune. Message-ID: Reply-To: =?iso-8859-1?q?S=E9bastien_Kirche?= NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1107167901 30106 80.91.229.6 (31 Jan 2005 10:38:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2005 10:38:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 11:38:10 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 1CvYwc-00025F-00 for ; Mon, 31 Jan 2005 11:38:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvZ9I-0005vX-C2 for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2005 05:51:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CvYt1-0008Ts-65 for emacs-devel@gnu.org; Mon, 31 Jan 2005 05:34:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CvYsx-0008Rd-EZ for emacs-devel@gnu.org; Mon, 31 Jan 2005 05:34:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvYsw-0008NK-RL for emacs-devel@gnu.org; Mon, 31 Jan 2005 05:34:23 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CvYbK-0007N5-AT for emacs-devel@gnu.org; Mon, 31 Jan 2005 05:16:10 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1CvYb6-0008Do-MZ for emacs-devel@gnu.org; Mon, 31 Jan 2005 11:15:56 +0100 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, 31 Jan 2005 11:15:56 +0100 Original-Received: from sebastien.kirche by 195.25.216.129 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Jan 2005 11:15:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 24 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.11 (Gnus v5.11) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:KXZrZrgGBrfi7jRn2hxSRe9Um6A= X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner-SpamScore: s X-MailScanner-From: ged-emacs-devel@m.gmane.org 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:32662 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32662 Hi, some days ago I published a pre-compiled OSX binary built from the CVS. Craig A. Finseth told me that this version fails during launch on his system. Looking at the crash log in the console utility shown the following : dyld: /Applications/Emacs.app/Contents/MacOS/Emacs version mismatch for library: /usr/lib/libncurses.5.dylib (compatibility version of user: 6.0.0 greater than library's version: 5.0.0) I built Emacs on my G4/10.3.7, and Craig has a G5/10.3.7. Actually that message does not tell me if the problem is on my part. I don't understand the last sentence : it seems that I have the 5.0 version and Craig the 6.0 but in that case i don't understand why it fails. If the application is linked against v.5 library, it should work with a greater version, shouldn't it ? Could an OSX familiar give me some clue ? Thank you. -- Sébastien Kirche