[
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@t...> |
| Subject: | Re: [Caml-list] camlp4 question |
Christophe Raffalli <christophe.raffalli@univ-savoie.fr> writes:
I tried to mimic the compilation of camlp4o:
ocamlc -I +camlp4 odyl.cma camlp4.cma mylexer.cmo mypa_o.cmo\
pa_bindlib.cmo pr_dump.cmo odyl.cmo -o camlp4bo
You need the -linkall switch.
H.