#1839: need ghc-pkg dump feature
-----------------------------+----------------------------------------------
 Reporter:  duncan           |          Owner:         
     Type:  feature request  |         Status:  new    
 Priority:  normal           |      Milestone:  6.8.3  
Component:  Compiler         |        Version:  6.8.1  
 Severity:  normal           |     Resolution:         
 Keywords:                   |     Difficulty:  Unknown
 Testcase:                   |   Architecture:  Unknown
       Os:  Unknown          |  
-----------------------------+----------------------------------------------
Comment (by simonmar):

 It seems that `CRT_noglob.o` can be generated by compiling

 {{{
 unsigned long _CRT_glob = 0;
 }}}

 so to avoid needing to find the location of MingW or to ship
 `CRT_noglob.o` with GHC, I'm going to just add this to `utils/ghc-pkg`.
 That seems the easiest solution to me.

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