Add notes about libnuma issues

This commit is contained in:
Julian Ospald 2019-02-05 09:12:06 +08:00
parent 56874f8893
commit f99dd5d9cf
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 11 additions and 1 deletions

View File

@ -120,13 +120,23 @@ Currently only GNU/Linux distributions compatible with the [upstream GHC](https:
### Precompiled binaries
Since this uses precompiled binaries you may run into
problems with *ncurses* and **missing libtinfo**, in case
several problems.
#### Missing libtinfo (ncurses)
You may run into problems with *ncurses* and **missing libtinfo**, in case
your distribution doesn't use the legacy way of building
ncurses and has no compatibility symlinks in place.
Ask your distributor on how to solve this or
try to compile from source via `ghcup compile <version>`.
#### Libnuma required
This was a [bug](https://ghc.haskell.org/trac/ghc/ticket/15688) in the build system of some GHC versions that lead to
unconditionally enabled libnuma support. To mitigate this you might have to install the libnuma
package of your distribution. See [here](https://github.com/haskell/ghcup/issues/58) for a discussion.
### Compilation
Although this script can compile GHC for you, it's just a very thin