Hi all,
I’m trying to make the Teapot OpenGL example in
Haskell on Windows. It keeps coming up with this:
C:\Users\Mark\workspace2\OpenGLPractice\src>ghc --make
Teapot
Linking Teapot.exe ...
C:\ghc\ghc-6.10.1\gcc-lib\ld.exe: cannot find -lSM
collect2: ld returned 1 exit status
As far as I know, -lSM is to do with XWindows (not windows
Vista).How do I fix this ? What’s going on? I’ve been on this
problem now for hours, and all I wanted to do was get a window up on the
screen. Sigh
Mark Spezzano