Ticket #7028 (new bug)
incorrect link paths for in mac os x after install
| Reported by: | andykitchen | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 7.8.1 |
| Component: | Build System | Version: | 7.4.2 |
| Keywords: | Cc: | pho@… | |
| Operating System: | MacOS X | Architecture: | x86_64 (amd64) |
| Type of failure: | Installing GHC failed | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description (last modified by igloo) (diff)
I've built and installed 7.4.2 fron source:
iceman:ghc-7.4.2 andy$ otool -L /usr/local/lib/ghc-7.4.2/libHSrts-ghc7.4.2.dylib/usr/local/lib/ghc-7.4.2/libHSrts-ghc7.4.2.dylib: /usr/local/lib/ghc-7.4.2/libHSrts-ghc7.4.2.dylib (compatibility version 0.0.0, current version 0.0.0) /Users/andy/src/ghc-7.4.2/libffi/build/inst/lib/libffi.5.dylib (compatibility version 6.0.0, current version 6.10.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0) /opt/local/lib/gcc47/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
Lib rts still links again the libffi in my home directory.
It should be linked against:
/usr/local/lib/ghc-7.4.2/libffi.dylib
This problem also affects the binary distribution.
Change History
Note: See
TracTickets for help on using
tickets.
