HEAD: the `impossible' happened, MacOS X

2003-03-20 Thread Volker Stolz
This is yesterdays HEAD: ../../ghc/compiler/ghc-inplace -H32m -O0 -W -fno-warn-unused-matches -fwarn-unused-imports -L/sw/lib -fglasgow-exts -cpp -Iinclude -#include HsBase.h -funbox-strict-fields -package-name base -dcore-lint -W -fno-warn-unused-matches -fwarn-unused-imports -keep-hc-files

RE: HEAD: the `impossible' happened, MacOS X

2003-03-20 Thread Simon Marlow
This is yesterdays HEAD: ../../ghc/compiler/ghc-inplace -H32m -O0 -W -fno-warn-unused-matches -fwarn-unused-imports -L/sw/lib -fglasgow-exts -cpp -Iinclude -#include HsBase.h -funbox-strict-fields -package-name base -dcore-lint -W -fno-warn-unused-matches -fwarn-unused-imports

Re: HEAD: the `impossible' happened, MacOS X

2003-03-20 Thread Volker Stolz
On Thu, Mar 20, 2003 at 12:08:22PM +, Simon Marlow wrote: System/Random.hs:15: Warning: Module `GHC.IOBase' is imported, but nothing from it is used (except perhaps instances visible in `GHC.IOBase') ghc-5.05: panic! (the `impossible' happened, GHC version 5.05):

GLUT copyright violation

2003-03-20 Thread Ross Paterson
The Haddock documentation embedded in the GLUT package is derived from The OpenGL Utility Toolkit (GLUT) Programming Interface API version 3: http://www.opengl.org/developers/documentation/glut/spec3/spec3.html http://www.opengl.org/developers/documentation/glut/glut-3.spec.ps.gz

RE: HEAD: the `impossible' happened, MacOS X

2003-03-20 Thread Sean Seefried
On Thu, 20 Mar 2003, Simon Marlow wrote: This is yesterdays HEAD: ../../ghc/compiler/ghc-inplace -H32m -O0 -W -fno-warn-unused-matches -fwarn-unused-imports -L/sw/lib -fglasgow-exts -cpp -Iinclude -#include HsBase.h -funbox-strict-fields -package-name base -dcore-lint -W

Symbol referencing problem in GHC HEAD.

2003-03-20 Thread Sean Seefried
Hi all, I recently had some trouble trying to compile a simple Template Haskell program main = putStrLn (show ($[| 20 |])) The following output was generated: /home/sseefried/local/lib/ghc-5.05/HSbase_cbits.o: unknown symbol `__umoddi3' Loading package base ... linking ... ghc-5.05: panic!