[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-devel] Re: problems with the x86-64 build on OS X 10.5
From: |
Arthur A. Gleckler |
Subject: |
[MIT-Scheme-devel] Re: problems with the x86-64 build on OS X 10.5 |
Date: |
Mon, 9 Nov 2009 18:07:41 -0800 |
> I haven't tried building it on OS X at all, but did you build the C
> distribution as i386 or as x86-64? If i386, that will cause make.bin
> to be a 32-bit fasl, which the 64-bit microcode won't know how to
> read. You may need to build the C distribution with
>
> sh etc/make-liarc.sh 'CFLAGS=-arch x86_64'
Thank you! I didn't do that, but will try it now.