#5620: Dynamic linking and threading does not work on Windows
-------------------------------+--------------------------------------------
    Reporter:  Lennart         |       Owner:  igloo        
        Type:  bug             |      Status:  new          
    Priority:  high            |   Milestone:  7.4.2        
   Component:  Runtime System  |     Version:  7.2.1        
    Keywords:                  |          Os:  Windows      
Architecture:  x86             |     Failure:  Runtime crash
  Difficulty:  Unknown         |    Testcase:               
   Blockedby:                  |    Blocking:               
     Related:                  |  
-------------------------------+--------------------------------------------

Comment(by igloo):

 It turns out that assemblies aren't really better than the
 {{{
 cp c:/ghc/ghc-7.2.2/lib/libHSrts_thr-ghc7.2.2.dll libHSrts-ghc7.2.2.dll
 }}}
 solution. They would just allow us to put the DLLs in subdirectories, to
 make things a bit tidier.

 In particular, an assembly doesn't let you say "Use /path/to/my.dll" (with
 an absolute path), only "Use foo/my.dll" (with a relative path).

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