首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >TypeRex支持OCaml 4.00.1吗?

TypeRex支持OCaml 4.00.1吗?
EN

Stack Overflow用户
提问于 2013-01-12 12:54:53
回答 1查看 382关注 0票数 3

嗨,我想用TypeRex,但上面写着

代码语言:javascript
复制
$ ./configure 
checking for ocamlc... ocamlc
OCaml version is 4.00.1
OCaml library path is /usr/local/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep.opt... ocamldep.opt
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for camlp4... camlp4
checking for camlp4boot... camlp4boot
checking for camlp4o... camlp4o
checking for camlp4of... camlp4of
checking for camlp4oof... camlp4oof
checking for camlp4orf... camlp4orf
checking for camlp4prof... camlp4prof
checking for camlp4r... camlp4r
checking for camlp4rf... camlp4rf
configure: error: Your version of OCaml: 4.00.1 is not supported

TypeRex是否支持OCaml 4.00.1?

我进一步遵循了这一页http://www.typerex.org/manual-setup.html

我用了这个命令

代码语言:javascript
复制
$./configure --disable-version-check EMACS=aquamacs

它没有抱怨,但在我用了之后

代码语言:javascript
复制
$ make

上面写着

代码语言:javascript
复制
mkdir -p ./_obuild
ocamlc -o ./_obuild/unixrun -make-runtime unix.cma
ld: library not found for -lcrt1.10.6.o
collect2: ld returned 1 exit status
File "_none_", line 1:
Error: Error while building custom runtime system
make: *** [_obuild/unixrun] Error 2

,有人能帮我吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-01-12 22:50:21

Typerex 不起作用开箱即用OCaml 4.00.X (跟随讨论)。你得等一下,"它没有死,它只是睡了一会儿。“。

票数 7
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/14293523

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档