---------- Forwarded message ----------
From: er R <hbszrxg@gmail.com>
Date: 2009-7-31 22:29
Subject: GLUT can't be installed in fedora10
To: fedora-haskell@haskell.org
my system's OS :Fedora10
Haskell compiler: GHC 6.10.2
And I also installed the cabal comand line tool,and GTK2hs
but when I install the GLUT with comand line :
> cabal install GLUT
but I had got the result as fellowing:
/*********************************************************************
...
checking GL/glut.h usability... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
checking for GLUT library... no
checking for GL/glut.h... (cached) no
checking GLUT/glut.h usability... no
checking GLUT/glut.h presence... no
checking for GLUT/glut.h... no
configure: error: no GLUT header found, so this package cannot be built
See `config.log' for more details.
/*********************************************************************
when I google this question , and I found that just the Windows user have this problem,
but what's wrong with my system?
And who can help me ?