|
ghc installation on Linux doesn't like CDPATH: msg#00015lang.haskell.glasgow.bugs
The "cd" command on Linux considerately prints out the name of the new directory, which it gets from the CDPATH. This has the unfortunate side-effect of breaking "gmake install" for ghc6.0, which uses some shell hackery of the form something like: for i in `(cd share ; find .)` where i's first value will of course be the new directory printed out by "cd". The workaround is to set CDPATH to null.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-748108 ] Unable to build ghc 6.0 (linux with GCC cpp 3.3), SourceForge.net |
|---|---|
| Next by Date: | [ ghc-Bugs-748108 ] Unable to build ghc 6.0 (linux with GCC cpp 3.3), SourceForge.net |
| Previous by Thread: | [ ghc-Bugs-748108 ] Unable to build ghc 6.0 (linux with GCC cpp 3.3), SourceForge.net |
| Next by Thread: | ghc --make and missing interface files, George Russell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |