After installing Frama-C (23), Why3, and Coq on macOS I ran the command
rm -f ~/.why3.conf ; why3 config detect
The following message was shown
Found prover Coq version 8.10.2, but no Why3 libraries were compiled for it
- Does this mean I cannot use coq with Frama-C?
- How do I instruct opam to compile the above mentioned Why3 libraries?
Regards