[Haskell-cafe] haskell platform questions

Gregory Collins greg at gregorycollins.net
Fri Mar 26 10:38:55 EDT 2010


Malcolm Wallace <Malcolm.Wallace at cs.york.ac.uk> writes:

>> It's a known issue, and it's mine. If you (naively) just expect to link on
>> Snow Leopard without passing any special backwards- 
>> compatibility flags, and have things work on Leopard, well, Apple has news
>> for you.
>
> gcc -mmacox-version-min=10.5.8  ?

Something like that, on both gcc and ld; I think you also need a
"-isysroot /blah.sdk" GCC option (unless that's only for Cocoa-specific
stuff, I'm not sure).

I've been dreading it but I think I'm going to have to dig out my
Leopard CD and run it in a VM.

G
-- 
Gregory Collins <greg at gregorycollins.net>


More information about the Haskell-Cafe mailing list