Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] compiling to native code


Chronological Thread 
  • From: Maxime Dénès <mail AT maximedenes.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] compiling to native code
  • Date: Thu, 23 Jan 2014 12:27:16 -0500

Hello,

This is a bug, thanks for the report. This error message should not stop the compilation of your files however, does it?

Are your libraries accessible, so that we can reproduce the bug? (you can send me a link privately)

Maxime.

On 01/23/2014 08:50 AM,
drg AT illinois.edu
wrote:
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