On Mon 04 Apr 2011 10:00, Leo <[email protected]> writes: > On 2011-04-04 15:13 +0800, Andy Wingo wrote: >>> cc1(57938) malloc: *** error for object 0x10357a148: incorrect checksum for >>> freed object - object was probably modified after being freed. >>> *** set a breakpoint in malloc_error_break to debug >>> vm-engine.c: In function 'vm_regular_engine': >>> vm-engine.c:38: internal compiler error: Abort trap >>> Please submit a full bug report, >>> with preprocessed source if appropriate. >>> See <URL:http://developer.apple.com/bugreporter> for instructions. >> >> This is an internal error in Apple's C compiler. Try a different one. > > In that case, I'll stick to my current version of guile. I am not > familiar with C and all other packages I have installed from source work > fine at the moment. I have also compiled racket from source, no problem > at all.
Sorry, didn't mean to sound hostile there. I don't know anything about Mac OS 10.6. However if it is still the case that they ship something called gcc and something called gcc-4.2, you can compile with ./configure ... CC=gcc-4.2, and you probably get better results. Regards, Andy -- http://wingolog.org/
