Chris Patti <[email protected]> writes:
> So, the installer is installing a 32 bit executable.
>
> This at least makes sense now. Unfortunately, I do not understand
> enough about C code linking and 64 bit issues to fix the problem.
Any C libs that you depend on have to be built in either 32-bit or
universal mode. I think something along the lines of:
CFLAGS="-arch i386 -arch x86_64 -g -O2"
might do it.
> And, wow, you're maintaining the OSX sources/installer without having
> actual native console access! That's impressive!
That's dons -- I build the binary installer on my macbook.
G
--
Gregory Collins <[email protected]>
_______________________________________________
Haskell-platform mailing list
[email protected]
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform