[GHC] #10568: Regression from 7.8.4, loading GLUT into GHCI fails on the Mac
GHC
ghc-devs at haskell.org
Fri Jun 26 06:51:05 UTC 2015
#10568: Regression from 7.8.4, loading GLUT into GHCI fails on the Mac
-------------------------------+-----------------------------------------
Reporter: George | Owner:
Type: bug | Status: infoneeded
Priority: normal | Milestone: 7.10.2
Component: Compiler | Version: 7.10.1
Resolution: | Keywords:
Operating System: MacOS X | Architecture: x86_64 (amd64)
Type of failure: GHCi crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------+-----------------------------------------
Comment (by trommler):
Replying to [comment:4 trommler]:
> Hmm, this issue is different. In #10322 we are linking temporary shared
libraries. Here the problem is that the shared library for package GLUT
cannot be loaded because of a missing symbol.
>
> Which shared library defines the missing `_glutBitmap8By13` ?
On my Linux box `glutBitmap8By13` is defined in `libglut.so`. Could you
check if `_glutBitmap8By13` is defined in the GLUT framework on Mac OS.
Perhaps another Framework defines that symbol and thus needs to be linked
too. In Mach-O symbols are not reexported by default (we discussed that in
#10322). This is different from ELF.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10568#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list