Re: [racket-dev] Compile Error (Everett Morse)

2010-10-13 Thread Everett Morse
On Oct 12, 2010, at 9:23 PM, Matthew Flatt wrote: The old error was a problem with inline assembly that would show up when gcc optimization is disabled. (Why was -O2 disabled for your build?) I fixed that problem a few days ago, though I didn't make the connection to your earlier post.

Re: [racket-dev] Compile Error (Everett Morse)

2010-10-12 Thread Matthew Flatt
The old error was a problem with inline assembly that would show up when gcc optimization is disabled. (Why was -O2 disabled for your build?) I fixed that problem a few days ago, though I didn't make the connection to your earlier post. The new error looks like a mismatch in the way that files

Re: [racket-dev] Compile Error (Everett Morse)

2010-09-27 Thread James Swaine
Do you know, by chance, if your processor supports the SSE2 extensions? It looks like you're compiling on a 32-bit Mac... (In the meantime, if you don't need to use parallel futures, you can work around this by disabling futures in the build. Rerun the configure script and pass