GHC 6.8.1 on Mac OS X 10.5 (Leopard)

kahl at cas.mcmaster.ca kahl at cas.mcmaster.ca
Tue Nov 6 16:54:48 EST 2007


 > 
 > You do not perchance have one for powerpc, do you?  I attempted to
 > bootstrap from GHC 6.6.1, but I keep getting errors about "Illegal
 > Instructions",

Try to force

./configure --build=powerpc-mac-darwin

or whatever is appropriate under MacOS ---
without it, ./configure will identify the target as
powerpc64-... --- just give it a try without the 64.
(This is what I need with 32bit userland under linux.)

Otherwise try adding

     GhcUnregisterised=YES
     SplitObjs=NO

to mk/build.mk.



Wolfram


More information about the Glasgow-haskell-users mailing list