Re: Starting it all over again

Sven Panne <[email protected]>
Newsgroups gmane.comp.lang.haskell.hopengl
Message-ID <[email protected]>
Andre Furtado wrote:
> [...] Now I'm stuck in the following problem:
> 
> checking for GL/glut.h... no
> configure: error: GLUT header not found

Looking at your config.log, this is exactly your problem. Do you
have a /usr/include/GL/glut.h in Cygwin? Does something like

   #include <GL/glut.h>
   int main () {
      glEnd();
      return 0;
   }

compile and link under Cygwin? Perhaps the GLUT stuff is in some
"Graphics" package, but I can't remember...

Cheers,
   S.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.