Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] why does coq_makefile in 8.5 add "-R . Top"

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] why does coq_makefile in 8.5 add "-R . Top"


Chronological Thread 
  • From: Frédéric Blanqui <frederic.blanqui AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] why does coq_makefile in 8.5 add "-R . Top"
  • Date: Wed, 10 Feb 2016 11:23:55 +0100

Hello. I also raised this problem in

https://coq.inria.fr/bugs/show_bug.cgi?id=4541 .


Le 09/02/2016 19:55, Peter Vanderbilt a écrit :
In Coq8.5, coq_makefile adds "-R . Top” to COQLIBS and COQDOCLIBS. Why?
Doing so breaks coqtop in Emacs (Aquamacs), because the Require statements
fail — it expects module “X” but gets “Top.X”.

How do I get coq_makefile to not add "-R . Top” (as in 8.4)?
OR
How do I get the coqtop in emacs to have the right flags?

Pete





Archive powered by MHonArc 2.6.18.

Top of Page