From: Pietro Abate <Pietro.Abate@anu.edu.au>
To: ocaml ml <caml-list@inria.fr>
Subject: ocamlfind syntax problem
Date: Mon, 31 Oct 2005 14:01:50 +1100 [thread overview]
Message-ID: <20051031030150.GA601@pulp.anu.edu.au> (raw)
Hi all,
I'm trying to learn how to use ocamlfind with camlp4 syntax files.
The problem is that my syntax file uses extlib and I get an undefined
reference to ExtLib when I try to compile everything with ocamlfind.
Since now I've compiled it following these steps:
1) I generate the ocaml code from my example using my syntax (with str
and extlib)
# camlp4o $STDLIB/str.cma $DESTDIR/extlib/extLib.cma syntaxfile.cma pr_o.cmo myex.ml > myex-pp.ml
2) I compile the result using other packages and ocamlfind.
# ocamlfind ocamlc -package mypackages myex-pp.ml
now I'm trying to skip the intermediate step. Therefore I've created
my meta file that looks like this:
version = "0.1"
description = "syn file"
requires = "camlp4 extlib"
archive(syntax,preprocessor) = "syntaxfile.cma"
and I'm trying to link everything together with:
#ocamlfind ocamlc -package mypackages,syntaxfile -syntax syntaxfile myex.ml
but it complains that syntaxfile.cma has a Reference to undefined global `ExtLib'.
adding extlib to mypackages doesn't help...
how can I pass $STDLIB/str.cma $DESTDIR/extlib/extLib.cma to the preprocessor
via ocamlfind ?
:)
p
ps: my compilation infrastructure is more complex, but I think the
problem boils down to what I've described above.
--
++ Blog: http://blog.rsise.anu.edu.au/?q=pietro
++
++ "All great truths begin as blasphemies." -George Bernard Shaw
++ Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
next reply other threads:[~2005-10-31 3:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-31 3:01 Pietro Abate [this message]
2005-10-31 7:55 ` [Caml-list] " Alain Frisch
2005-10-31 9:26 ` Gerd Stolpmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051031030150.GA601@pulp.anu.edu.au \
--to=pietro.abate@anu.edu.au \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox