hello, I have a linux machine and I've tried to compile the last version of HOpenGL (1.03). I have execute "./configure" and "make depend", but after executing "make" I obtain the following lines: ------------------------------------------------------------------------ Recursively making `all' in lib examples ... PWD = /home/jigg/asignaturas/log-informatica/haskell/HOpenGL-1.03 ------------------------------------------------------------------------ ------------------------------------------------------------------------ make all ; in /home/jigg/asignaturas/log-informatica/haskell/HOpenGL-1.03/lib ------------------------------------------------------------------------ rm -f GL_BinaryIO.o ; if [ ! -d GL_BinaryIO ]; then mkdir GL_BinaryIO; else find GL_BinaryIO -name '*.o' -print | xargs rm -f __rm_food ; fi ; "/usr/bin/ghc" -syslib lang -split-objs -odir GL_BinaryIO -package-name HOpenGL -fglasgow-exts -I/usr/X11R6/include "-#include <GL/glut.h>" -O -c GL_BinaryIO.hs -o GL_BinaryIO.o Prologue junk?: .globl __stginit_GLzuBinaryIO __stginit_GLzuBinaryIO: pushl %ebp movl %esp, %ebp make[1]: *** [GL_BinaryIO.o] Error 1 make: *** [all] Error 1 Does anyone know a solution to this problem? Thank you, Ignacio