[GHC] #14077: libmingw32.a: Not x86_64 PEi386

GHC ghc-devs at haskell.org
Wed Aug 2 07:24:11 UTC 2017


#14077: libmingw32.a: Not x86_64 PEi386
-------------------------------------+-------------------------------------
        Reporter:  YoYoYonnY         |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.0.2
      Resolution:                    |             Keywords:
Operating System:  Windows           |         Architecture:  x86_64
 Type of failure:  Installing GHC    |  (amd64)
  failed                             |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Phyx-):

 `ghc.exe: D:/MinGW/bin/../lib/libmingw32.a: Not x86_64 PEi386` This path
 doesn't look like it's the one bundled with Platform. This looks like you
 have a 32-bit MinGW install on your PATH, which makes findFiles return
 that `libmingw32.a` instead of the ones bundled with GHC.

 It's even more suspicious that calling GHC fails with GCC errors about
 standard headers...

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14077#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list