Hi Claus, On Tue, 16 Sep 2008 17:57:52 +0900, Claus Reinke <[EMAIL PROTECTED]> wrote: >>> Btw, ghc's gcc doesn't seem to know much about itself, leaving >>> search path guesses that make me shudder (see below for full list): > > Apparently, there is a reason for some of those odd paths: > > (snip) > > 2. ghc distributions modify the directory structure of the mingws > they include, causing the confusion. > >> - Cabal should really pass -B to any direct calls to ghc-internal gccs >> - ghc should preserve gcc's internal layout when including it, so that >> prefix options work as well: >> - ghc should tell its internal gcc where its subprograms are, so that >> no extra -B is needed
We already have a patch to sloving hsc2hs's gcc path problem by that way. http://www.haskell.org/pipermail/cabal-devel/2008-September/003832.html Please test this patch and report result to Duncan. I think he is wanting to know result to apply correct patch. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
