I swear this was documented in the README, but I can't find it now. Anyway, instead of changing the Makefile, you just need to pass ARCH=x86-64 to the make command, like:
make PLATFORM=macosx ARCH=x86-64 Sorry for the inconvenience. Jim On Mon, Nov 29, 2010 at 17:44, David Dreisigmeyer <[email protected]> wrote: > 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 > <[email protected]> wrote: >> From: David Dreisigmeyer <[email protected]> >> 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 >> > > _______________________________________________ > Chicken-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/chicken-users > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
