
9 Jun
2005
9 Jun
'05
6:28 a.m.
[ forwarding to hopengl@haskell.org ] Christian is having trouble compiling the HOpenGL in GHC 6.4 on Solaris. The symptom is a gcc crash when compiling Graphics.Rendering.OpenGL.GL.VertexSpec (see attached log). It fails with gcc 4.0.0 and 3.3.6. Is there anything in that file that might cause gcc trouble, such as foreign calls to inline C functions maybe? Any guesses at a workaround? Cheers, Simon On 09 June 2005 10:34, Christian Maeder wrote:
Simon Marlow wrote:
That's a serious problem - gcc has run out of registers and can't compile that module. You could try a different version of gcc, that might help.
Also gcc-3.3.6 fails, see attached gzipped log file
Christian