Skip to Content.
Sympa Menu

coq-club - [Coq-Club] compiling to native code

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] compiling to native code


Chronological Thread 
  • From: <drg AT illinois.edu>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] compiling to native code
  • Date: Thu, 23 Jan 2014 14:50:40 +0100

Using the latest version of coq on the trunk, and building a library after
building and installing another, I get this error message:

$ coqc -q -R . Ktheory Utilities
File "./NKtheory_Utilities.native", line 39, characters 34-110:
Error: Unbound module NFoundations_Generalities_uu0
Error: Could not compile the library to native code. Skipping.

I suspect the makefile made by coq_makefile isn't making the files *.native
properly available. If so, where should I put them?



Archive powered by MHonArc 2.6.18.

Top of Page