Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] coq_makefile and coqdep in Windows 7

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] coq_makefile and coqdep in Windows 7


Chronological Thread 
  • From: Marcus Ramos <marcus.ramos AT univasf.edu.br>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] coq_makefile and coqdep in Windows 7
  • Date: Thu, 19 Mar 2015 19:59:24 +0000

Thanks a lot for the hint, CJ. It now works, however I had to use:

/cygdrive/c/"Program Files (x86)"/Coq/bin/

as the value for the COQBIN enviornment variable in Windows 7. Now make (in Cygwin) can find all Coq files in the Windows file system, and thus execute make properly.

Best Regards,
Marcus.



2015-03-19 19:15 GMT+00:00 CJ Bell <siegebell+coq AT gmail.com>:
> or 2)
> $ export COQBIN=/cygdrive/c/Program\ Files\ \(x86\)/Coq/bin

Oops! I think COQBIN expects a trailing slash, so the above should be:

$ export COQBIN=/cygdrive/c/Program\ Files\ \(x86\)/Coq/bin/

 -cj




Archive powered by MHonArc 2.6.18.

Top of Page