Re: Debian&HOpenGL, undefined symbol: glPixelStorei
Ville Tirronen <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
> try one of these > ghc -package GLUT -package OpenGL Planet.hs -lglut > ghc -package GLUT -package OpenGL Planet.hs -lglut -lGL -lGLU > > /usr/*/lib/libGL.so > should contain glPixelStorei No go I'm afraid. ghci still has the same complaint, but that is not really such a big deal, since I can compile programs. Thank you, Ville Tirronen