Chris Patti <cpa...@gmail.com> 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 <g...@gregorycollins.net>

_______________________________________________
Haskell-platform mailing list
Haskell-platform@projects.haskell.org
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform

Reply via email to