[plt-scheme] scheme_check_threads gives Bus error on OS X
At Sun, 06 Nov 2005 19:30:35 -0500, Jon Rafkind wrote:
> Does mzc handle objective-c? The library Im using has some of its source
> written in objective-c which gcc handles ok. At first mzc complained
> that the .m files werent C files due to the suffix but after renaming
> them it gave syntax errors.
I've added ".m" as a recognized C extension in mzc. I imagine that all
the usual compiler command-line flags for C also work for Objective C,
but let me know if not.
Thanks,
Matthew