Re: [Haskell-cafe] libgmp for GHC 6.10.1 on Mac OS X 10.5

2009-03-15 Thread Alan Mock
By default GMP builds for x86_64. Do ./configure ABI=32 to build 32- bit libraries for GHC. On Mar 15, 2009, at 10:54 PM, Dean Herington wrote: I'm trying to install GHC 6.10.1 on Mac OS X 10.5 (PowerPC). I installed Xcode 3.1.2. I built libgmp 4.2.4 and installed it in / usr/local/lib.

Re: [Haskell-cafe] GHC, GLUT and OS X

2007-08-01 Thread Alan Mock
This works fine for me on PPC and x86 10.4.10. Which GLUT implementation are you using? Does the code hang or does it crash? Alan Mock On Aug 1, 2007, at 7:55 PM, Paul L wrote: I'm trying to get cross platform GLUT/OpenGL program to run, but even the simplest code hang on OS X wit