This repository was archived by the owner on Feb 3, 2022. It is now read-only.
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
2014.2.0.0 on 64-bit Linux: Path component for lib is hardcoded, has to be lib64 on openSUSE #146
Open
Description
The path component for libraries (think /usr/lib versus /usr/lib64) is OS dependent. But it is hardcoded in "hptool/src/GhcDist.hs" and "hptool/src/OS/Posix.hs".
Suggested fix: Make what is now hardcoded as "lib" a parameter that is possible to override with a command option to "platform.sh", in the same way that one can now override prefix with the
--prefix command option.
"lib" is also hardcoded in the script "activate-hs".