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: Re: [OSX] G4 compiled binary fails on G5 Date: Mon, 31 Jan 2005 18:06:47 +0100 Organization: Aucune. Message-ID: References: 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 1107192914 13230 80.91.229.6 (31 Jan 2005 17:35:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2005 17:35:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 18:34:59 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 1CvfRw-00089d-00 for ; Mon, 31 Jan 2005 18:34:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvfeW-0005SA-Qn for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2005 12:47:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cvfac-0004BW-Ps for emacs-devel@gnu.org; Mon, 31 Jan 2005 12:43:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cvfaa-0004Az-NX for emacs-devel@gnu.org; Mon, 31 Jan 2005 12:43:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvfXZ-0002mD-I0 for emacs-devel@gnu.org; Mon, 31 Jan 2005 12:40:45 -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 1Cvf1I-0002HR-Fi for emacs-devel@gnu.org; Mon, 31 Jan 2005 12:07:24 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Cvf12-0005lS-9m for emacs-devel@gnu.org; Mon, 31 Jan 2005 18:07:08 +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 18:07:08 +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 18:07:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 27 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:DezkPHZT/VhTWm9JDEQuZ9lhONw= 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:32677 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32677 Le 31 Jan 2005, Steven Tamm a formulé : > I'm running 10.3.7 on a G5 and only have ncurses.5. However I have > had this problem before. > > My suspicion is that you have fink installed on your machine and the > other person does not. I confirm that i do have Fink installed. I dunno for the machine that shown the problem but it is possible. > For example, I have fink and my build uses /sw/lib/ncurses. Fink's ncurses > is incompatible with the normal one by design. If you look in the > Makefile, the CC line will be "gcc -I/sw/include -L/sw/liib" This is very > useful for most builds, but not for binary builds. > > You should recompile and either run > make CC=gcc > or > make-package -M,CC=gcc Thank you for that explanation, and for the fix tip. I will try another build ASAP. -- Sébastien Kirche