strangely, i can run the program under ghci. though my ghci session is wedged after i close the program.
On 11/2/07, Conal Elliott <[EMAIL PROTECTED]> wrote: > > I'm getting this same symptom with the 20071102 mingw32 binary snapshot. > I installed the OpenGL and FreeGLUT headers & libs from Cygwin. Any > suggestions? - Conal > > bash-3.2$ which ghc > /cygdrive/c/ghc/ghc- 6.8.1.20071102/bin/ghc > bash-3.2$ ghc -package GLUT Hello.hs > compilation IS NOT required > c:/Haskell/packages\GLUT-2.1.1.1\ghc-6.8.1.20071102/libHSGLUT-2.1.1.1.a( > Begin.o)(.text+0x1d3):fake: undefined reference to `glutGet' > ... > > On 10/28/07, GHC <[EMAIL PROTECTED]> wrote: > > > #1712: unknown symbol "glutGet" > > > > -------------------------------------------+-------------------------------- > > Reporter: [EMAIL PROTECTED] | Owner: > > Type: bug | Status: new > > Priority: normal | Milestone: 6.8.1 > > Component: Compiler | Version: 6.8 > > Severity: normal | Resolution: > > Keywords: | Difficulty: Unknown > > Os: Linux | Testcase: > > Architecture: x86 | > > -------------------------------------------+-------------------------------- > > > > Changes (by igloo): > > > > * owner: Sven Panne <[EMAIL PROTECTED]> => > > * milestone: Not GHC => 6.8.1 > > > > Comment: > > > > Aha, I hadn't noticed that this was from a bindist. OK, the problem is > > that we weren't copying the .buildinfo files into the bindist, so we > > didn't have the info to fill in the necessary ld-options etc. Hopefully > > tonight's bindist will work. > > > > By the way, Simon Marlow: The x86_64 builds seem to be missing GLUT, and > > > > the i386 builds missing ALUT and OpenAL, presumably all due to missing C > > libraries. > > > > -- > > Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1712#comment:5 > > > GHC <http://www.haskell.org/ghc/> > > The Glasgow Haskell Compiler > > _______________________________________________ > > Glasgow-haskell-bugs mailing list > > [email protected] > > http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs > > > > >
_______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
