I'm attempting to install Haskell Platform 2013.2.0.0 on a fairly fresh Ubuntu 13.04, using the instructions here: How to install Haskell Platform for Ubuntu 13.04?
I've installed the extra packages mentioned in the comments, but the configure
step generates an error related to OpenGL not being found.
Here it is:
> ./configure
# Omitting some output
# ...
checking for zlibVersion in -lz... yes
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: error: The OpenGL C library is required
Strangely, it can find the OpenGL headers, but it can't find glEnd
.
Any idea what could be causing this?
Install the following:
Then
source: http://nathanwiegand.com/blog/2009/07/haskell-platform-on-ubuntu.html