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

GHC ghc-devs at haskell.org
Tue Aug 1 19:50:37 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
           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:
-------------------------------------+-------------------------------------
 After a fresh installation of the Haskell Platform (on Windows), I
 received the following error:

 {{{
 >ghci
 GHCi, version 8.0.2: http://www.haskell.org/ghc/  :? for help
 ghc.exe: D:/MinGW/bin/../lib/libmingw32.a: Not x86_64 PEi386
 ghc.exe: internal error: loadArchive: error whilst reading
 `D:/MinGW/bin/../lib/libmingw32.a'
     (GHC version 8.0.2 for x86_64_unknown_mingw32)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug

 This application has requested the Runtime to terminate it in an unusual
 way.
 Please contact the application's support team for more information.
 }}}

 Invoking GHC will instead error with a bunch of GCC error messages related
 to standard C library headers (multiple definitions of {{{time_t}}},
 etc.).

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


More information about the ghc-tickets mailing list