Ticket #134 (new defect)
Haskell Platform 2010.2.0.0 is affected by GLUT 2.1.2.1 bug with libXi and libXmu
| Reported by: | VVLysikov | Owned by: | panne |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | GLUT | Keywords: | |
| Cc: |
Description
I installed HP from source on my Ubuntu Lucid amd64. Then I ran cabal install haskell-platform-test and got a bunch of GLUT unresolved symbol errors at linking stage (log attached).
After a short googling I found some discussions about this issue. It is caused by the dependence of GLUT on libXi and libXmu libraries. I suggest checking existence of this libraries in the top ./configure script of HP.
Related links:
https://bugzilla.redhat.com/show_bug.cgi?id=509281
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=Bug%23405227
http://groups.google.com/group/fa.haskell/browse_thread/thread/1716fa5e5643541e/38373ec65e2537fd?lnk=gst
