[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] compiling for OS X
From: |
Chris Hanson |
Subject: |
Re: [MIT-Scheme-devel] compiling for OS X |
Date: |
Mon, 31 Aug 2009 13:35:05 -0700 |
Nothing special is required to compile 32-bit native binary. From a
fresh git checkout:
./Setup.sh
./configure
make
make install
You've installed Xcode? We haven't tested other compilers.
Is this machine running Snow Leopard? I haven't tested that.
Have you checked in your bug fixes?
On Mon, Aug 31, 2009 at 10:09 AM, Arthur A. Gleckler<address@hidden> wrote:
> I just bought a new Mac Mini to replace my aging iMac G5. Now that I
> have an x86, I'd love to run the prebuilt binary, but it doesn't
> include some bug fixes I made recently that I need for a project.
> Unfortunately, I can't get MIT Scheme to compile using either the x86
> back end or the C back end after doing <git clone>. I suspect that
> the problem with the x86 back end is that GCC is perhaps trying to
> build a 64-bit app, but I have no idea what's wrong with the C back
> end.
>
> Was there anything special required to build the x86 OS X binary at
> <http://www.gnu.org/software/mit-scheme/>? For example, is there a
> <configure> step to force the building of a 32-bit binary? (A 32-bit
> binary would be fine with me.)
>
> I'll dig in and try to solve this on my own if no one knows what's
> going on, but thank you for any hints.
>
> (I can follow up later with precise error messages. I'm at work work
> now and don't have access to them here.)
>
>
> _______________________________________________
> MIT-Scheme-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/mit-scheme-devel
>