From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8518 invoked by alias); 12 Nov 2011 13:53:43 -0000 Received: (qmail 8501 invoked by uid 22791); 12 Nov 2011 13:53:41 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,TW_BF,TW_LV X-Spam-Check-By: sourceware.org Received: from smtp-out12.han.skanova.net (HELO smtp-out12.han.skanova.net) (195.67.226.212) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 12 Nov 2011 13:53:25 +0000 Received: from [10.0.1.2] (217.210.127.13) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u26619196) id 4E79D83A00EB774E; Sat, 12 Nov 2011 14:53:23 +0100 Subject: Re: libffi fix Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: Hans Aberg In-Reply-To: <4EBE6A33.9020204@moxielogic.com> Date: Sat, 12 Nov 2011 13:53:00 -0000 Cc: "" Content-Transfer-Encoding: quoted-printable Message-Id: <7969491D-45A4-4081-9C82-7226F6F4D47E@telia.com> References: <4EBE6A33.9020204@moxielogic.com> To: Anthony Green Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2011/txt/msg00206.txt.bz2 On 12 Nov 2011, at 13:44, Anthony Green wrote: >> [I am not on this list, so please cc me.] >>=20 >> Libffi-3.0.10 fails on OS X 10.7.2, with Xcode 4.2, i686-apple-darwin11-= llvm-gcc-4.2 (GCC) 4.2.1; 'make' gives: >> MAKE x86_64-apple-darwin11.2.0 : 0 * all-all >> make: *** [all-all] Error 1 >>=20 >> One can, however, do >> cd x86_64-apple-darwin11.2.0 >> and then do 'make' there. >=20 > I just committed a couple of darwin11 fixes from Kimura Wataru. Please > try again with the latest code from the git tree > (http://github.com/atgreen/libffi). This one works. Hans