#2194: internal error: R_X86_64_32 relocation out of range
----------------------+-----------------------------------------------------
 Reporter:  alatter   |          Owner:                
     Type:  bug       |         Status:  new           
 Priority:  normal    |      Milestone:  6.8.3         
Component:  Compiler  |        Version:  6.8.2         
 Severity:  normal    |     Resolution:                
 Keywords:            |     Difficulty:  Unknown       
 Testcase:            |   Architecture:  x86_64 (amd64)
       Os:  Linux     |  
----------------------+-----------------------------------------------------
Changes (by igloo):

  * milestone:  => 6.8.3

Comment:

 Thanks for the report. This seems to work in the HEAD:
 {{{
 $ gcc Whirlpool.c -c
 $ ghci Whirlpool.o
 GHCi, version 6.9.20080423: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer ... linking ... done.
 Loading package base ... linking ... done.
 Loading object (static) Whirlpool.o ... done
 final link ... done
 Prelude>
 }}}
 I don't know off-hand how big the fix was, and thus how feasible it is to
 merge it into 6.8.3.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2194#comment:2>
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

Reply via email to