FWIW, downloading the haskell-platform-2010.1.0.0 tarball and building it on my 10.5.8 system (with ghc 6.12.1 installed from the dmg) worked just fine. Didn't take too long either. Unfortunately I don't see any telltale linker options in the build logs.

Warren


On Mar 26, 2010, at 7:38 AM, Gregory Collins wrote:

Malcolm Wallace <malcolm.wall...@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 <g...@gregorycollins.net>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to