|
Hey there! I have a manually installed version of gmp, which is needed to install coq, but zarith fails to install because it can't find it. ( I'm not root on my machine so I can't just install the I started by exporting a Is there any way to set default extra flags for |
Answered by
zicklag
Nov 23, 2022
Replies: 2 comments 1 reply
|
Ah, nevermind, I found it. I had to set |
0 replies
Answer selected by
zicklag
|
Try e.g.: See #3049 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, nevermind, I found it. I had to set
CPPFLAGSandLDFLAGS, not justCFLAGS.