[HOpenGL] How to compile a hopengl program?
Bas van Dijk
basvandijk@home.nl
Mon, 21 Apr 2003 01:38:11 +0200
Hi,
I'm trying to compile the hopengl program:
http://www.haskell.org/HOpenGL/examples/BezMesh.hs
But I get the following error with ghc version 5.04.3:
---------------------------------------------------------------------------------------------
bas@BASSBOX> ghc -package GLUT -package OpenGL BezMesh.hs
BezMesh.hs:12:
failed to load interface for `GL':
Could not find interface file for `GL'
---------------------------------------------------------------------------------------------
Does it have something to do with a wrong packagename???
Greetings,
Bas.