Ticket #5011 (closed bug: fixed)
installing xcode 4 breaks ghc linking
| Reported by: | carter | Owned by: | igloo |
|---|---|---|---|
| Priority: | highest | Milestone: | 7.2.1 |
| Component: | Compiler | Version: | 7.0.2 |
| Keywords: | Cc: | pho@…, william.knop.nospam@… | |
| Operating System: | MacOS X | Architecture: | x86_64 (amd64) |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
As of installing xcode 4 earlier today,
i'm getting errors of the form ld: library not found for -lcrt1.10.5.o collect2: ld returned 1 exit status
for any haskell code that invokes ld in its cabal install process. 1) is this related to some problem in xcode / what the haskell code defaults to linking to? 2) is this something completely unrelated?
just guessing, would be that ghc 7.0.2 on snow leopard is doing some static linking iwth the 10.5 compatible c runtime lib, which isn't kept in xcode 4's dev libs?
Change History
Note: See
TracTickets for help on using
tickets.
