Re: [Chicken-hackers] gcc compile farm

2011-08-10 Thread Mario Domenech Goulart
Hi Felix, On Wed, 10 Aug 2011 01:58:20 -0400 (EDT) Felix fe...@call-with-current-continuation.org wrote: From: Mario Domenech Goulart mario.goul...@gmail.com Subject: Re: [Chicken-hackers] gcc compile farm Date: Tue, 09 Aug 2011 09:37:53 -0400 On Fri, 05 Aug 2011 08:54:26 +0200 (CEST)

[Chicken-hackers] build problem on Lion

2011-08-10 Thread Derrell Piper
Anyone else trying to build trunk on Lion? Or is this the problem Felix alluded to a while back? make C_COMPILER=gcc-4.2 PLATFORM=macosx PREFIX=/usr/local ARCH=x86-64 . . . gcc-4.2 -m64 -L. chicken-profile.o -o chicken-profile -lchicken -lm chicken csc.scm -optimize-level 2

Re: [Chicken-hackers] build problem on Lion

2011-08-10 Thread Peter Bex
On Wed, Aug 10, 2011 at 01:04:19PM -0700, Derrell Piper wrote: Anyone else trying to build trunk on Lion? Or is this the problem Felix alluded to a while back? make C_COMPILER=gcc-4.2 PLATFORM=macosx PREFIX=/usr/local ARCH=x86-64 It looks like you're trying to build Chicken from git with

Re: [Chicken-hackers] build problem on Lion

2011-08-10 Thread Derrell Piper
Ah, yes, thanks! On Aug 10, 2011, at 1:13 PM, Peter Bex wrote: On Wed, Aug 10, 2011 at 01:04:19PM -0700, Derrell Piper wrote: Anyone else trying to build trunk on Lion? Or is this the problem Felix alluded to a while back? make C_COMPILER=gcc-4.2 PLATFORM=macosx PREFIX=/usr/local