From: Fabrice Le Fessant <fabrice.le_fessant@inria.fr>
To: "Rolf Wester" <rolf.wester@ilt.fhg.de>
Cc: caml-list@pauillac.inria.fr
Subject: Re: [Caml-list] How to use CDK List2 etc.
Date: Wed, 3 Oct 2001 09:43:54 +0200 (CEST) [thread overview]
Message-ID: <15290.49594.586728.140258@lachesis.inria.fr> (raw)
In-Reply-To: <3BB844AD.21390.B478795B@localhost>
I don't know exactly how you installed the CDK, but in my own install,
the ocaml directory (/usr/local/lib/cdk-<version>/lib/ocaml-<version>)
contains an extlib.cma library. If you use the program cdk_config, you
can compile your programs like this:
ocamlc -o a.out `cdk_config extlib` mysources.cmo
or
ocamlopt -o a.out `cdk_config -opt extlib` mysources.cmx
If you don't have any extlib.cma (chech also with "locate extlib.cma"),
you should check if there was no error during the CDK compilation or
installation.
- Fabrice
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
prev parent reply other threads:[~2001-10-03 7:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-01 8:25 Rolf Wester
2001-10-03 7:43 ` Fabrice Le Fessant [this message]
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=15290.49594.586728.140258@lachesis.inria.fr \
--to=fabrice.le_fessant@inria.fr \
--cc=caml-list@pauillac.inria.fr \
--cc=rolf.wester@ilt.fhg.de \
/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