cabal doesn't tell ./configure which gcc to use
The shell script wrapper "hsc2hs" for the "hsc2hs" binary of GHC 7.0.2 rc1 on MacOS 10.6 set the HSC2HS_EXTRA environment variable incorrectly. It specifies /Developer/SDKs/MacOSX10.5.sdk but the correct value is /Developer/SDKs/MacOSX10.6.sdk. Acutually, hsc2hs of GHC 7.0.2rc1 causes a problem when I built the "network" library on github. And if I change the value to /Developer/SDKs/MacOSX10.6.sdk, the "network" library can be build.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | hsc2hs |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | MacOS X |
| Architecture | x86 |
Edited by Ian Lynagh -