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: | Nicolas Pouillard <nicolas.pouillard@i...> |
| Subject: | Re: [Caml-list] 3.09.3 release candidate 2 |
On 9/13/06, Hendrik Tews <tews@cs.ru.nl> wrote:
> 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)
>
I do not understand why you do need .cmo files when you have a library
(gramlib.cma or camlp4.cma) that includes these modules (note that .a
and .cmxa are also available for native linking).
--
Nicolas Pouillard