coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: <Rajeev.Gore AT anu.edu.au>
- To: <coq-club AT inria.fr>, <Rajeev.Gore AT anu.edu.au>
- Subject: [Coq-Club] problems installing coqprime
- Date: Mon, 13 Jan 2020 21:14:23 +1100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=Rajeev.Gore AT anu.edu.au; spf=Pass smtp.mailfrom=Rajeev.Gore AT anu.edu.au; spf=None smtp.helo=postmaster AT mail2-drop-p3.anu.edu.au
- Ironport-phdr: 9a23:6kWLLB2Wy7jikB6JsmDT+DRfVm0co7zxezQtwd8ZseIUK/ad9pjvdHbS+e9qxAeQG9mCsLQe1LKd6vqocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmTSwbalsIBi0sQndudQajZV/Iast1xXFpWdFdf5Lzm1yP1KTmBj85sa0/JF99ilbpuws+c1dX6jkZqo0VbNXAigoPGAz/83rqALMTRCT6XsGU2UZiQRHDg7Y5xznRJjxsy/6tu1g2CmGOMD9UL45VSi+46ptVRTljjoMOTwk/2HNksF/g75Urh2iqRJxw4DafpybNOB/fq7GYdMXR3BMUtpNWyBdHI+xaZYEAeobPeZfqonwv1wDowekCgmuGuzg1CFIimX30609yeQuDxrL0xYmH9ITqnjbssj6NLoIXe+v0anF1DPOZO5Y1zf67YjHaBEhofeUULJxd8rR00gvGBnfglWes4zpJyma1uIQs2SB8eVvSP+vh3Q9pAFspDWk28QiipHRi44IxF3I6T91zYY0KNGiSUN2bsSoHZVUui2CKYd6Xs0vT3totSs+0LELupC2cDIXxJknxRPSbeGMfZKS7RL5TumRJC91hHJ7d7K7gBa/6U2gxff9VsmwzlpGtzdKksPLtnAVzhDT8saKRuFn8UenxDaDzR7c5fxZIUwuj6XbNoYtwr82lpUNrUTOBjL6lUvqgKOMdkgp+/Kk5uXob7n8qJKRM5d4igTkPaQvnsy/D/44Mg8LX2WD5eqzzr/j8lPnT7VUlPE4k67ZsIrEKskAvKG5BRJV3pw95BmiEjeqys4XnWQfIFJfZB2Hl5TpO03JIP3gEfi/hE2snC53yPDCI73uGY7ALmPDkbfkZbZy8VRQyAs1zdBF5pJbEKsNIPzpWhy5iNuNWhQ+Kkm/x/vtINR7zIIXH2yVVOvRZJnbs1KF+KQAJPOBTIYTpXDwJ+Vj7uO43kU0gVsMQa78iaEean21ALJJJF+USXPqn5EMHXpMtxdoH8Lwj1jXBQRaZXu/QeQT4Ss2IIugEMHOSp3riaHXj3TzJYFfem0TUgPEKnzvbYjRA65ROhLXGddol3k/bZbkS4Il0kvw5grzyr49a+bO/TVdrcml3d5ooeDfiFc76G4sVpjP4yS2V2hx21gwaXouxqkm+x50zErF3KRlxfVFR4QKtqF5FzwiPJuZ9NRUTtX7WwbPZNCMEQz0S9O7Rzw9U5Q43o1Xbg==
Hi all,
I am not sure whether this is the proper mailing list for asking this
question, so apologies in advance if it is not.
I am trying to install coqprime. But at a certain point, I get the error
below.
I am using ubuntu 18.04 and I tried to follow the instructions here
http://coqprime.gforge.inria.fr/
under the heading "If your number has more than 100 decimal digits ".
A quick search on the "Unable to local library" showed some discussions about
how one can replace -I with -R but I am afraid that
I am not competent to understand the details.
What am I doing wrong please?
raj
rajeevgore@rajeevgore-900X3C-900X3D-900X4C-900X4D:~/CoqPrime/coqprime$ make
all
cd Tactic; make all
make[1]: Entering directory '/home/rajeevgore/CoqPrime/coqprime/Tactic'
coqc -q -I . Tactic
make[1]: Leaving directory '/home/rajeevgore/CoqPrime/coqprime/Tactic'
cd N; make all
make[1]: Entering directory '/home/rajeevgore/CoqPrime/coqprime/N'
coqc -q -I . -I ../Tactic NatAux
File "./NatAux.v", line 15, characters 15-21:
Error: Unable to locate library Tactic.
Makefile:112: recipe for target 'NatAux.vo' failed
make[1]: *** [NatAux.vo] Error 1
make[1]: Leaving directory '/home/rajeevgore/CoqPrime/coqprime/N'
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 2
--
Rajeev Gore'
Professor, Logic and Computation Group, and
Associate Director of Research,
Research School of Computer Science
ANU College of Engineering and Computer Science
The Australian National University
Canberra ACT 2601
Tel: +61-2-61 25 86 03
Fax: +61-2-61 25 86 51
Email:
Rajeev.Gore AT anu.edu.au
Web: http://arp.anu.edu.au/~rpg
ANU CRICOS Provider Number - 00120C
- [Coq-Club] problems installing coqprime, Rajeev.Gore, 01/13/2020
- Re: [Coq-Club] problems installing coqprime, Benoît Viguier, 01/13/2020
- Re: [Coq-Club] problems installing coqprime, Rajeev.Gore, 01/13/2020
- Re: [Coq-Club] problems installing coqprime, Théo Zimmermann, 01/13/2020
- Re: [Coq-Club] problems installing coqprime, Rajeev.Gore, 01/14/2020
- Re: [Coq-Club] problems installing coqprime, Donald Leung, 01/14/2020
- Re: [Coq-Club] problems installing coqprime, Théo Zimmermann, 01/14/2020
- Re: [Coq-Club] problems installing coqprime, Rajeev.Gore, 01/14/2020
- Re: [Coq-Club] problems installing coqprime, Théo Zimmermann, 01/14/2020
- Re: [Coq-Club] problems installing coqprime, Théo Zimmermann, 01/14/2020
- Re: [Coq-Club] problems installing coqprime, Donald Leung, 01/14/2020
- Re: [Coq-Club] problems installing coqprime, Rajeev.Gore, 01/14/2020
- Re: [Coq-Club] problems installing coqprime, Théo Zimmermann, 01/13/2020
- Re: [Coq-Club] problems installing coqprime, Laurent Thery, 01/13/2020
- Re: [Coq-Club] problems installing coqprime, Benoît Viguier, 01/13/2020
- Re: [Coq-Club] problems installing coqprime, Rajeev.Gore, 01/13/2020
- Re: [Coq-Club] problems installing coqprime, Benoît Viguier, 01/13/2020
Archive powered by MHonArc 2.6.18.