HP comments from the State of Haskell survey
Gregory Collins
greg at gregorycollins.net
Tue Aug 17 12:10:45 EDT 2010
Chris Patti <cpatti at 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 <greg at gregorycollins.net>
More information about the Haskell-platform
mailing list