> OK, good. Now add a binding AS_FLAGS="-arch i386" to that same part
> of configure.ac that sets MACOSX_CFLAGS.
Hurrah! It's compiling the compiler now, so we're definitely past
those problems.
I'm not yet a Git Achiever, so I've attached the changed section of
"configure.ac". I will get up to speed soon, but if you wouldn't mind
submitting this change, please do.
Thanks so much! It's great to be able to build and run on Snow Leopard.
darwin*)
MACOSX=yes
MACOSX_SYSROOT=/Developer/SDKs/MacOSX10.6.sdk
if test -d ${MACOSX_SYSROOT}; then
MACOSX_CFLAGS="-arch i386 -mmacosx-version-min=10.4 -isysroot
${MACOSX_SYSROOT}"
AS_FLAGS="-arch i386 ${AS_FLAGS}"
MACOSX_LDFLAGS="${MACOSX_CFLAGS} -Wl,-syslibroot,${MACOSX_SYSROOT}"
CFLAGS="${CFLAGS} ${MACOSX_CFLAGS}"
LDFLAGS="${LDFLAGS} ${MACOSX_LDFLAGS}"
fi
MODULE_LDFLAGS="${MODULE_LDFLAGS} -bundle -bundle_loader "'${SCHEME_EXE}'
;;
netbsd*)
_______________________________________________
MIT-Scheme-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/mit-scheme-devel