Re: still trying
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Andre Furtado wrote: > [ Cygwin ".exe" problem ] I don't have a clue what causes your problems with the .exe suffix, but configure's failure to find a working GHC is definitely a consequence of this. I'm not a Cygwin expert and the current version works for me "out of the box" on Win2k. Have you tried MinGW/MSYS instead of Cygwin? Perhaps this works for you. > I followed all steps in > http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne/cygwin/opengl_glut.html > [...] These steps are not necessary anymore if you use a recent Cygwin or MinGW/MSYS, see http://haskell.org/HOpenGL/INSTALL. Cheers, S.