[GHC] #284: RPM doesn't support --prefix
GHC
ghc-devs at haskell.org
Thu Jul 10 11:48:15 UTC 2014
#284: RPM doesn't support --prefix
-------------------------------------+------------------------------------
Reporter: skaller | Owner: juhp
Type: feature request | Status: new
Priority: normal | Milestone: ⊥
Component: Build System | Version: None
Resolution: None | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: N/A | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by ydewit):
This is what I see with {{{otool -L}}}:
{{{
/t/g/l/g/array-0.5.0.0 ❯❯❯ otool -L
libHSarray-0.5.0.0-ghc7.9.20140709.dylib
libHSarray-0.5.0.0-ghc7.9.20140709.dylib:
@rpath/libHSarray-0.5.0.0-ghc7.9.20140709.dylib (compatibility
version 0.0.0, current version 0.0.0)
/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current
version 7.0.0)
/usr/local/lib/libgmp.10.dylib (compatibility version 13.0.0,
current version 13.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1197.1.1)
@rpath/libHSbase-4.7.1.0-ghc7.9.20140709.dylib (compatibility
version 0.0.0, current version 0.0.0)
@rpath/libHSinteger-gmp-0.5.1.0-ghc7.9.20140709.dylib
(compatibility version 0.0.0, current version 0.0.0)
@rpath/libHSghc-prim-0.3.1.0-ghc7.9.20140709.dylib (compatibility
version 0.0.0, current version 0.0.0)
}}}
My understanding is that {{{@rpath}}}, which seems to be a feature added
in 10.5, means this dylib can be relocated.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/284#comment:21>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list