#3179: Linking unix package fails
-------------------------------+--------------------------------------------
    Reporter:  eelco           |        Owner:         
        Type:  bug             |       Status:  new    
    Priority:  normal          |    Milestone:  6.12.1 
   Component:  libraries/unix  |      Version:  6.10.2 
    Severity:  major           |   Resolution:         
    Keywords:                  |   Difficulty:  Unknown
    Testcase:                  |           Os:  Linux  
Architecture:  x86             |  
-------------------------------+--------------------------------------------
Comment (by dufflebunk):

 The problem may be caused by glibc and your kernel not agreeing on using
 NPTL or non-NPTL threads. If you set an env var
 {{{
 LD_ASSUME_KERNEL=2.4.1
 }}}

 It should tell the system to use the non-NPTL linuxthread libraries. That
 gets rid of the librt error for me... although I get another error about
 not being able to get the version of GHC. I don't know that the new error
 is related to this bug.

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