[GHC] #8266: Dynamic linking on Mac
GHC
ghc-devs at haskell.org
Fri Nov 29 09:26:16 UTC 2013
#8266: Dynamic linking on Mac
--------------------------------------------+------------------------------
Reporter: kazu-yamamoto | Owner:
Type: bug | thoughtpolice
Priority: highest | Status: closed
Component: Build System | Milestone: 7.8.1
Resolution: fixed | Version: 7.7
Operating System: MacOS X | Keywords:
Type of failure: GHC doesn't work at all | Architecture:
Test Case: | Unknown/Multiple
Blocking: | Difficulty: Unknown
| Blocked By:
| Related Tickets:
--------------------------------------------+------------------------------
Comment (by darchon):
The `LC_RPATH` value tells me that you're using the GHC binary from
`/inplace/`. But how, and why, are you using the GHC binary from
`/inplace/`, while using the libraries from `/bindisttest/install dir/`?
If you're using the libraries from `/bindisttest/install dir/`, then why
wouldn't you be using the GHC binary from `/bindisttest/install dir/`?
I feel that this ticket should stay closed, as the original problem
(references to the build directory) is fixed; //normal// users of GHC are
no longer affected. However, I agree that the current design could be
improved for //advanced// users and GHC developers. So perhaps you can
file a feature request that specifically states your needs/use-case that
is not met by the current design?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8266#comment:27>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list