Re: [racket-dev] Compilation of 5.3.2 fails on some compilers

2013-02-15 Thread Tobias Hammer
Thanks for the patch. I've changed more AC_TRY_RUN()s to AC_COMPILE_IFELSE()s and AC_LINK_IFELSE()s to work better for cross-compilation, and I'll push that soon. Great! They all look good except one. The test for GNU preprocessor never fails because whether the macro exists or not does not

Re: [racket-dev] Compilation of 5.3.2 fails on some compilers

2013-02-14 Thread Matthew Flatt
Thanks for the patch. I've changed more AC_TRY_RUN()s to AC_COMPILE_IFELSE()s and AC_LINK_IFELSE()s to work better for cross-compilation, and I'll push that soon. I don't think I agree about the compare-and-swap test. If the compiler's default mode on a given machine is i386, then I don't think