> Question on  ghc-pkg -g
> =======================
> 
> User guide for packages does not explain this precisely.
> I suspect that       
>                                          ghc-pkg -g
> may help to replace the messy line
>        
>     ld -r -x --whole-archive $(e)/libHSdocon.a -o $(e)/HSdocon.o
> 
> in the above Makefile, but cannot guess how to use here this  
> ghc-pkg -g.

Yes, that's exactly what ghc-pkg -g does.  It's usage is
straightforward.  Could you elaborate on what you find unclear?  Did you
try just adding -g to the ghc-pkg command line?

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to