Re: [GHC] #1712: unknown symbol “glutGet”
GHC
trac at galois.com
Fri Oct 26 07:58:21 EDT 2007
#1712: unknown symbol “glutGet”
-------------------------------------------+--------------------------------
Reporter: g9ks157k at acme.softbase.org | Owner: Sven Panne <sven.panne at aedion.de>
Type: bug | Status: new
Priority: normal | Milestone: Not GHC
Component: Compiler | Version: 6.8
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: Linux | Testcase:
Architecture: x86 |
-------------------------------------------+--------------------------------
Changes (by igloo):
* owner: => Sven Panne <sven.panne at aedion.de>
* milestone: 6.8.1 => Not GHC
Comment:
This looks most likely to be a problem with your GLUT package to me. Does
the output of
{{{
ghc-pkg describe GLUT
}}}
look right (in particular, do the cc-options, ld-options, library-dirs,
frameworks and framework-dirs look like they ought to work)?
If you compile with -v, does the linker commandline look right?
From the error I'd expect any trivial GLUT program to fail to link. Is
that the case?
This doesn't look like a GHC bug to me, so I'm remilestoning it
appropriately.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1712#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list