Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Coq cannot find ML modules

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Coq cannot find ML modules


Chronological Thread 
  • From: Ali Assaf <ali.assaf AT inria.fr>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Coq cannot find ML modules
  • Date: Thu, 13 Mar 2014 12:58:24 +0100 (CET)

Hello,

I have a problem with Coq not finding ML modules in the loadpath. Suppose I have a folder [foo] with an ML module [bar.cmxs] and a Coq library [baz.vo]. If I lauch Coq with [-R foo Foo] then change the current directory with [Cd ".."], I can load the Coq library with [Require baz] with no problem. However when I try to load the ML module with [Declare ML Module "bar"] I get the following error:

Error: File not found on loadpath : bar.cmxs

What am I missing? Note that this problem does not appear if I don't change the current directory with [Cd ".."].

Thanks,

Ali Assaf


  • [Coq-Club] Coq cannot find ML modules, Ali Assaf, 03/13/2014

Archive powered by MHonArc 2.6.18.

Top of Page