[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Re: seg fault
From: |
David Dreisigmeyer |
Subject: |
Re: [Chicken-users] Re: seg fault |
Date: |
Mon, 29 Nov 2010 18:44:11 -0500 |
It's i386. This ia a problem with Snow Leopard. Chicken wouldn't
compile otherwise, with an error for apply-hack.
On Mon, Nov 29, 2010 at 4:02 PM, Felix
<address@hidden> wrote:
> From: David Dreisigmeyer <address@hidden>
> Subject: [Chicken-users] Re: seg fault
> Date: Mon, 29 Nov 2010 13:25:02 -0500
>
>> If I compiled version 4.6.3 everything works fine. I did have to make
>> the following change in Makefile.macosx:
>>
>> # platform configuration
>>
>> #ARCH ?= $(shell sh $(SRCDIR)/config-arch.sh)
>> ARCH = x86-64
>
> David, what is the output of
>
> uname -m
>
> on your machine?
>
>
> cheers,
> felix
>