Malcolm Wallace <[email protected]> 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 <[email protected]> _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
