[GHC] #14695: ghc --interactive error: "gcc: error: libgmp.so: No such file or directory"
GHC
ghc-devs at haskell.org
Sun Jan 21 11:50:56 UTC 2018
#14695: ghc --interactive error: "gcc: error: libgmp.so: No such file or directory"
-------------------------------------+-------------------------------------
Reporter: osa1 | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version:
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by osa1):
This is caused by a trailing `:` in my env variables. Specifically,
{{{
export LIBRARY_PATH=/home/omer/lib:/home/omer/lib64:
}}}
breaks it. If I remove the trailing `:` it works.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14695#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list