[
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: | 2005-11-30 (09:29) |
From: | Christophe Raffalli <christophe.raffalli@u...> |
Subject: | camlp4 question |
I would like to produce an abbreviated command for camlp4 mylexer.cmo mypa_o.cmo pa_extend.cmo q_MLast.cmo pr_dump.cmo\ pa_bindlib.cmo 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 But when I try to use ocamlp4bo, it produces no output ... What am I doing wrong ?