Compiling z3 ocaml binding in linux

限于喜欢 提交于 2019-12-11 02:53:28

问题


I am trying to compile the OCaml binding for z3 in Linux.

I tried using the provided Makefile: I did "make ocamlrelease" but it aborts with the error cp: cannot stat `ml_release/build-lib.sh': No such file or directory

I also read the included readme.txt in the ml directory and it says to use SLAM and SDT, but these seem to work only in Windows, not Linux.

How can I compile the OCaml binding?

Thanks, José


回答1:


We are currently working on this issue. It should be fixed soon. Right now, the ML bindings available at http://z3.codeplex.com do not work. There are some broken references and Windows only dependencies. This will be fixed.



来源:https://stackoverflow.com/questions/12784686/compiling-z3-ocaml-binding-in-linux

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!