I am trying to run a Haskell program which has to use GLUT (to draw shapes) but I get this error message :
*** Exception: user error (unknown GLUT entry glutSetOption)
My program works and GLUT lauches when I run it on Linux
So I only get this problem from my Mac..