Closed bollu closed 6 years ago
What is your operating system and default shell?
The Makefile.conf
should contain
COQMF_COQLIBS = -Q . ''
COQMF_COQLIBS_NOML = -Q . ''
(note the second argument).
Do you have a fresh check-out? Maybe you created Makefile.conf
some weeks ago with Coq 8.7.1, which was buggy?
Ah, no, it was not a fresh check-out. Yes, it is possible I had created the Makefile.conf
with Coq 8.7.1. Thanks :)
For future reference, how do I regenerate the Makefile.conf
correctly?
Also, feel free to close the issue.
Delete it, and run make
:-)
Hello,
I'm trying to build base following the instructions here. However,
make -C base
fails with:I turned on the verbose option, and the failing command is:
"coqc" -q -Q . GHC/DeferredFix.v
From what I can tell, this is not how
-Q
is supposed to be used?coq --help
says:but here, just one directory (
.
) is being passed. What's going on? The-Q
option appears to be generated fromMakefile.conf
, withversions of assorted tools
coqc
GHC
stack
Any help appreciated :)