Problem installing #6192
Replies: 3 comments
|
Those error messages are coming from 'libgmp'. The best solution would be to install libgmp from somewhere else (do you use any package managers, like brew?), and then if you reconfigure GAP it should use the system installed version which may be more up to date. |
0 replies
|
Resolved. I upgraded the |
0 replies
|
I would still recommend doing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
When I'm installing the most recent version of gap (15.1), I get segmentation faults when make gets to the stage of using
test-driver. Here is part of the output:It gets stuck on the last one, and I have to CTRL+C. I'm using a 2020 MacBook (so Intel) and OS 15.7.3.
All reactions