Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Can useless warnings be switched off?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Can useless warnings be switched off?


Chronological Thread 
  • From: Matej Kosik <5764c029b688c1c0d24a2e97cd764f AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Can useless warnings be switched off?
  • Date: Wed, 3 Aug 2016 12:53:58 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=5764c029b688c1c0d24a2e97cd764f AT gmail.com; spf=Pass smtp.mailfrom=5764c029b688c1c0d24a2e97cd764f AT gmail.com; spf=None smtp.helo=postmaster AT mail-wm0-f48.google.com
  • Ironport-phdr: 9a23:XMj4hhXCOQ5f0RQ3IXJ0lve71NDV8LGtZVwlr6E/grcLSJyIuqrYZhGGt8tkgFKBZ4jH8fUM07OQ6PG4HzNRqs/a6jgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLHqvcKCKFwT3nKUWvBbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvdKMhCLdcET4OMmYv5cStuwOQYxGI4y45W3kbkFJrBBPE71muA8iv7iCi7Lt3hnnKNpT9FbxuBT344vY0QxO31nsJHzE8+WDTzMd3ifQI81qauxVjztuMM8muP/1kc/aFcA==

Hi,

On 08/03/2016 11:58 AM, Ralf Jung wrote:
> Hi,
>
>> I also wonder if how I can check which of camlp4 or camlp5 is used in my
>> Coq binary.. But if you installed Coq via opam or from tarball, it is
>> highly likely that your Coq uses camlp5. It is the default option.
>>
>> Note that you can `opam install coq.8.5.2~camlp4` to obtain the
>> camlp4-based version of Coq.
>
> I see... I compiled Coq myself though. Both versions of camlp were
> present during "./configure" time.
>
> Well, I just uninstalled camlp4, so the next time I re-compile I know
> what it is using. ;)

It is possible to make the choice this way.
If you (now or later) find this too restricting,
i.e. you would like to keep both, camlp5 and camlp4 installed,
then you can also take advantage of:

-usecamlp5 Specifies to use camlp5 instead of camlp4
-usecamlp4 Specifies to use camlp4 instead of camlp5

command-line paramters supported by the Coq's configure script.



Archive powered by MHonArc 2.6.18.

Top of Page