From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id JAA08987; Wed, 3 Oct 2001 09:43:44 +0200 (MET DST) Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id JAA08982 for ; Wed, 3 Oct 2001 09:43:44 +0200 (MET DST) Received: from lachesis.inria.fr (lachesis.inria.fr [128.93.52.5]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f937her02230; Wed, 3 Oct 2001 09:43:40 +0200 (MET DST) Received: (from lefessan@localhost) by lachesis.inria.fr (8.11.3/8.11.3) id f937ht829981; Wed, 3 Oct 2001 09:43:55 +0200 X-Authentication-Warning: lachesis.inria.fr: lefessan set sender to fabrice.le_fessant@inria.fr using -f From: Fabrice Le Fessant MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15290.49594.586728.140258@lachesis.inria.fr> Date: Wed, 3 Oct 2001 09:43:54 +0200 (CEST) To: "Rolf Wester" Cc: caml-list@pauillac.inria.fr Subject: Re: [Caml-list] How to use CDK List2 etc. References: <3BB844AD.21390.B478795B@localhost> X-Mailer: VM 6.75 under Emacs 20.7.1 Reply-To: fabrice.le_fessant@inria.fr Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I don't know exactly how you installed the CDK, but in my own install, the ocaml directory (/usr/local/lib/cdk-/lib/ocaml-) 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