Andreas V�gele <[EMAIL PROTECTED]> writes: > The stack base problem on Mac OS X can easily be fixed by using the > preprocessor macros __APPLE__ and __MACH__ instead of the macro > macosx, which is not defined by GCC on Mac OS X. > > Hans Boehm's garbage collector now also uses __APPLE__ and __MACH__ > and Apple's documentation says "To define a section of code to be > compiled on Mac OS X system you should define a section using > __APPLE__ with __MACH__ macros.". See > http://developer.apple.com/technotes/tn2002/tn2071.html#Section10 for > details.
OK, I've added these changes to 1.6, and I'll add them to 1.7 in a bit. -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
