
4 Sep
2007
4 Sep
'07
1:32 a.m.
Ronald Guida schrieb:
The first command, "runghc Setup.hs configure", fails, reporting that it can't find "sh". Naturally, I'm on a Windows box, so I don't have the Unix shell on my system.
So now I'm stuck...
* Is there an easy way to work around the absence of "sh"?
Try Cygwin? http://www.cygwin.com/ By the way, its nice to know how to get haskells opengl lib to use freeglut. Compile the Glut package from hackage. I was in the same situation like you and wondered why ghc wont use the freeglut.dll. And why, when I renamed freeglut to glut32 a link error occured (or was it a runtime error when calling a freeglut specific function?). I thought freeglut can be used as a dropin for glut32.