coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Benoît Viguier <beviguier AT gmail.com>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] problems installing coqprime
- Date: Mon, 13 Jan 2020 11:23:18 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=beviguier AT gmail.com; spf=Pass smtp.mailfrom=beviguier AT gmail.com; spf=None smtp.helo=postmaster AT mail-wr1-f46.google.com
- Ironport-phdr: 9a23:IdMiThMw9pqILD/z4xIl6mtUPXoX/o7sNwtQ0KIMzox0LfX/rarrMEGX3/hxlliBBdydt6sfzbCJ6+u5BSQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTagb75+Ngu6oAfNusUZnIdvJbs6xwfUrHdPZ+lY335jK0iJnxb76Mew/Zpj/DpVtvk86cNOUrj0crohQ7BAAzsoL2465MvwtRneVgSP/WcTUn8XkhVTHQfI6gzxU4rrvSv7sup93zSaPdHzQLspVzmu87tnRRn1gyoBKjU38nzYitZogaxGvhyhqRxxzY3abo6bO/VxfL/ScMgASmZdRMtcTTBND42+YoYJEuEPPfxYr474p1YWsBaxGw+sBOTh0j9UnnD50qw60+s8EQHHwgMgBc8FvXPPo9rrKqcSUO+1zLTJzTrddfNbwjj96I3SfRAgpfGAR65/cc3UyUQ2EQ7Ok1ueqYvgPzyP1+QNtXCW7+tmVeK1im4osRt9oja1xss0hYnJh54VylDZ9Spi2oo6Odq4SEt9bNW5E5VQrzmXO5VqTs4mWW1luyY3xqcYtZKlYSQG0psqyh/HZ/CafIWF4gjvWPuMLTp5nn5pZbyyihao/UWjyeDxUNS/3kxQoSpfiNbMs2gA1xzN5ciDTftw5kKh1iyO1wDX8+1FL1o0mbfCJ54vzbM9l4AfsUvEHi/xl0X2iLGZel849eiv7uTrerTmppmCOI9okgzyLLgil8ilDek7MgUCRXaX9fqh2LH58kD0Qa1GjvgsnanYtJDaK94bpqm8AwJNyYks9Qi/Dzap0NQFnHkIMkhFdQmIj4jsIV7OIfT4Ae2jjFSrlTdn3+rGMaH5ApXRMnjDl6/scqp6605F0QY80dRf549PBbwaO/LyWkrxtMTCARMjMgy0xfznCNRn2Y8EV2KPGPzRDKSHuliRo+krPuOkZYkPuT+7JeJ2yeTpiCoTlFka+7We45oYdXG1BLwyKUiHYHXxg9obOWgPtws6CuftjQvRAnZoe3+uUvdktXkAA4W8ANKbH9H/sPm6xC6+W6ZuSCVDA1GIH23vctzdCfgJYSOWZMRml25dDOTze8oazRir8TTC5f9/NOONo38XsJvi0J5+4OiBzUhvpwwxNNyU1iS2d08xnm4MQGVrjqV2oEg41U3alKYk3bpXEttc4/4PWQA/Z8bR
Hi Raj,
The version of Ubuntu is not really helping. More importantly,
which version of Coq are using?
I would suggest you try using this version (instead of the gforge.inria.fr one which we don't know when it was last updated):
https://github.com/thery/coqprime
It is available via Opam in the extra dev repo:
https://github.com/coq/opam-coq-archive/blob/master/extra-dev/packages/coq-coqprime/coq-coqprime.dev/opam
opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
opam install coq-coqprime
On 1/13/20 11:14 AM,
Rajeev.Gore AT anu.edu.au wrote:
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
- [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.