GLUT not found
"Milos Hasan" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Hello, I use Windows 2000/MingGW/MSYS and HOpenGL compiled OK, but when trying to compile a simple program, I got: ghc: can't find module `Graphics.UI.GLUT' (while processing "Hello.hs") It seems that "make install" does not copy the GLUT files into the GHC directory structure at all. What to do? Milos