Browse thread
3.09.3 release candidate 1
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Hendrik Tews <tews@c...> |
| Subject: | Re: [Caml-list] 3.09.3 release candidate 2 |
Damien Doligez <damien.doligez@inria.fr> writes:
- camlp4: install more modules PR#3689
No. Please check again carefully. At least plexer and grammar are
not properly installed:
tandem tews 25> ls -1 install/lib/ocaml/camlp4/{plexer,grammar}.*
install/lib/ocaml/camlp4/grammar.cmi
install/lib/ocaml/camlp4/grammar.cmx
install/lib/ocaml/camlp4/grammar.mli
install/lib/ocaml/camlp4/grammar.o
install/lib/ocaml/camlp4/plexer.cmi
install/lib/ocaml/camlp4/plexer.cmx
install/lib/ocaml/camlp4/plexer.mli
install/lib/ocaml/camlp4/plexer.o
(hint: *.cmo is needed to link a module)
Hendrik