[Haskell-cafe] GLUT (glutGet undefined reference)

Kazuya Sakakihara kazuya at gmail.com
Wed Jan 21 21:14:49 EST 2009


Check this thread:
http://groups.google.com/group/fa.haskell/browse_thread/thread/1716fa5e5643541e/38373ec65e2537fd?lnk=gst

Kazuya

2009/1/20 Paul Keir <pkeir at dcs.gla.ac.uk>:
> Hi all,
>
> I was hoping to introduce my old pal OpenGL
> with my new chum, Haskell. I used cabal to
> install GLUT on my 64-bit Ubuntu machine with
> GHC 6.8.2 (installed via apt-get/synaptic).
>
> I followed the wiki OpenGLTutorial1 until:
> ghc -package GLUT HelloWorld.hs -o HelloWorld
> at which point my screen is filled with errors.
> The errors begin with:
>
> /home/paul/.cabal/lib/GLUT-2.1.1.2/ghc-6.8.2/libHSGLUT-2.1.1.2.a(Begin.o):
> In function `szEn_info':
> (.text+0x26c): undefined reference to `glutGet'
>
> This surprised me a little because I've already
> seen these same errors recently on two separate
> Windows boxes. Somehow I'd got the idea it was
> (on Windows) due to installing from a binary; though
> I guess the story is the same with apt-get. Should
> I look for an apt-get switch to reinstall GHC from
> source instead?
>
> Regards,
> Paul
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>


More information about the Haskell-Cafe mailing list