#3605: Dll's freeze with -threaded
----------------------------+-----------------------------------------------
  Reporter:  NeilMitchell   |          Owner:                  
      Type:  bug            |         Status:  new             
  Priority:  high           |      Milestone:  6.12.1          
 Component:  Documentation  |        Version:  6.12.1 RC1      
Resolution:                 |       Keywords:                  
Difficulty:  Unknown        |             Os:  Unknown/Multiple
  Testcase:                 |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown   |  
----------------------------+-----------------------------------------------
Changes (by NeilMitchell):

  * failure:  => None/Unknown

Comment:

 I've written revised documentation and put it on my blog:
 http://neilmitchell.blogspot.com/2009/11/haskell-dlls-on-windows.html

 After a short period of time I'll incorporate any comments, format it
 properly for the manual, and submit a patch.

 I had a few questions:

 Is calling {{{hs_init}}} or {{{startupHaskell}}} preferred? I've gone with
 {{{hs_init}}} because that's in the FFI spec, but the current examples
 have both (which is just confusing).

 Section 11.6.1 (which I left alone) says "it will rewrite occurrence of
 -lHSfoo on the command line to -lHSfoo.dll". It's really not clear if it's
 rewriting -l''foo'' to -l''foo''.dll, or -lHS''foo'' to -lHS''foo''.dll -
 and similarly for the HScool line. Italics to indicate meta variables is
 very handy.

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