[GHC] #14183: ghc.exe: addLibrarySearchPath error

GHC ghc-devs at haskell.org
Mon Sep 4 19:23:03 UTC 2017


#14183: ghc.exe: addLibrarySearchPath error
---------------------------------+----------------------------------------
        Reporter:  vagarenko     |                Owner:  (none)
            Type:  bug           |               Status:  closed
        Priority:  normal        |            Milestone:  8.4.1
       Component:  Compiler      |              Version:  8.2.1
      Resolution:  invalid       |             Keywords:
Operating System:  Windows       |         Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown  |            Test Case:
      Blocked By:                |             Blocking:
 Related Tickets:                |  Differential Rev(s):
       Wiki Page:                |
---------------------------------+----------------------------------------

Comment (by vagarenko):

 `settings` file in `C:\Program Files\Haskell Platform\8.2.1\lib`:
 {{{
 [("GCC extra via C opts", " -fwrapv -fno-builtin"),
  ("C compiler command", "$topdir/../mingw/bin/gcc.exe"),
  ("C compiler flags", " -fno-stack-protector"),
  ("C compiler link flags", " "),
  ("C compiler supports -no-pie", "YES"),
  ("Haskell CPP command","$topdir/../mingw/bin/gcc.exe"),
  ("Haskell CPP flags","-E -undef -traditional"),
  ("ld command", "$topdir/../mingw/bin/ld.exe"),
  ("ld flags", ""),
  ("ld supports compact unwind", "YES"),
  ("ld supports build-id", "YES"),
  ("ld supports filelist", "NO"),
  ("ld is GNU ld", "YES"),
  ("ar command", "$topdir/../mingw/bin/ar.exe"),
  ("ar flags", "q"),
  ("ar supports at file", "YES"),
  ("touch command", "$topdir/bin/touchy.exe"),
  ("dllwrap command", "$topdir/../mingw/bin/dllwrap.exe"),
  ("windres command", "$topdir/../mingw/bin/windres.exe"),
  ("libtool command", ""),
  ("perl command", "$topdir/../perl/perl.exe"),
  ("cross compiling", "NO"),
  ("target os", "OSMinGW32"),
  ("target arch", "ArchX86_64"),
  ("target word size", "8"),
  ("target has GNU nonexec stack", "False"),
  ("target has .ident directive", "True"),
  ("target has subsections via symbols", "False"),
  ("target has RTS linker", "YES"),
  ("Unregisterised", "NO"),
  ("LLVM llc command", "llc"),
  ("LLVM opt command", "opt")
  ]
 }}}

 `ghc-pkg dump` has no references to `Haskell Platform\8.0.1`

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


More information about the ghc-tickets mailing list