Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
ghcup
Commits
f99dd5d9
Unverified
Commit
f99dd5d9
authored
6 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Add notes about libnuma issues
parent
56874f88
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-1
11 additions, 1 deletion
README.md
with
11 additions
and
1 deletion
README.md
+
11
−
1
View file @
f99dd5d9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment