**Build mode: shared
ocamlbuild -no-links syntax.otarget byte.otarget src/batteries_help.cmo META shared.otarget
Finished, 0 targets (0 cached) in 00:00:00.
+ ocamlfind ocamlc -c -g -annot -warn-error A -package camomile,num,str -package camlp4.lib -pp camlp4of -pp camlp4of -I libs/estring -I benchsuite -I src -I testsuite -I build -I qtest -I libs -I src/syntax/pa_comprehension -I src/syntax/pa_strings -o libs/estring/pa_estring_top.cmo
libs/estring/pa_estring_top.ml
File "libs/estring/pa_estring_top.ml", line 18, characters 15-44:
Error: Unbound module Toploop
Command exited with code 2.**
Compilation unsuccessful after building 6 targets (5 cached) in 00:00:00.**
我已经在路径中找到toploop.cmi:
cd OCaml/lib/ocaml/compiler-libs/
ls topl*
toploop.cmi
正如你看到的,
export PATH=/home/xxx/OCaml/lib/ocaml/compiler-libs/:$PATH
我已经做/home/xxx/...
我的系统路径。 但它仍然没有奏效。 我应该怎么做,包括模块toploop?