
28 Oct
2003
28 Oct
'03
10:25 a.m.
Ville Tirronen wrote:
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.
Nevertheless, the OpenGL and GLUT packages should work on Debian, but I don't have access to such a platform. Could you send me GHC's package.conf file and the output of strace -e trace=file ghci ... Do you have some kind of "Hello, world!" OpenGL examples in C? What does ldd myOpenGLHelloWorldExample print? Cheers, S.