
i tried it. i have the same problem. (using gentoo linux) ghci -lGL -lGLU works, but ghci -lGLU -lGL doesn't. ghc -lGL -lGLU -package GLUT tries to load the package first. Sven Panne: strace -e trace=file ghci -lGL -lGLU -package GLUT &>strace strace -e trace=file ghci -lGL -lGLU -package GLUT >strace.stdout 2>strace.stderr Am Dienstag, 28. Oktober 2003 14:57 schrieb Ville Tirronen:
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
_______________________________________________ HOpenGL mailing list HOpenGL@haskell.org http://www.haskell.org/mailman/listinfo/hopengl