[GHC] #1644: Problem with interface file (.hi) for a particular
function
GHC
trac at galois.com
Tue Sep 4 09:39:15 EDT 2007
#1644: Problem with interface file (.hi) for a particular function
-------------------------------------------+--------------------------------
Reporter: daniel.j.larsson at gmail.com | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.6.1
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: Unknown | Testcase:
Architecture: Unknown |
-------------------------------------------+--------------------------------
Comment (by daniel.j.larsson at gmail.com):
{{{
$ rm *.hi *.o
$ ghc Test.hs
Test.o: In function `s11w_info':
(.text+0xde): undefined reference to `Main_foo_closure'
Test.o: In function `s11w_srt':
(.rodata+0x4): undefined reference to `Main_foo_closure'
collect2: ld returned 1 exit status
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1644>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list