Re: Haskell Platform can't use OpenGL on OpenBSD.

2010-03-16 Thread Thanos Tsouanas
Solved! In case anyone has similar problems, here's what I did. Somehow my LDFLAGS were unset. With LDFLAGS='-L/usr/X11R6/lib -L/usr/local/lib' it passed that test, but still failed in a similar fashion at the next one. In short, I had to install the GLUT library which is not part of the system

Haskell Platform can't use OpenGL on OpenBSD.

2010-03-16 Thread Thanos Tsouanas
Hello. I have successfully compiled ghc-6.10.4 on OpenBSD on i386. I have downloaded the Haskell Platform tarball, but ./configure fails: [ ... ] checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking for library containing glEnd... no configure: e