From: Xavier Leroy <xleroy@pauillac.inria.fr>
To: Guy.Cousineau@ens.fr
Cc: caml-list@pauillac.inria.fr
Subject: Re: librairie
Date: Mon, 12 Feb 1996 13:37:35 +0100 (MET) [thread overview]
Message-ID: <199602121237.NAA05180@pauillac.inria.fr> (raw)
In-Reply-To: <9602091642.AA04132@aubepine.ens.fr> from "Guy.Cousineau@ens.fr" at Feb 9, 96 05:42:11 pm
[English summary: "camllibr" in Caml Light is "cslc -a" in Caml Special Light.]
> J'aimerais savoir comment on peut faire en CSL ce qu'on
> faisait en Caml Light avec la commande <camllibr>,
En Caml Special Light, la construction d'une bibliotheque est
effectuee par l'option "-a" du compilateur cslc:
cslc -a -o mylib.cma obj1.cmo obj2.cmo obj3.cmo
Les noms de bibliotheques peuvent avoir l'extension .cma ou .cmo.
Elles s'utilisent au moment du link comme un fichier objet (.cmo) normal.
Le chargement d'une bibliotheque au toplevel (via la directive #load)
n'est pas encore implemente dans la version courante de CSL.
- Xavier Leroy
prev parent reply other threads:[~1996-02-12 19:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
1996-02-09 16:42 librairie Guy.Cousineau
1996-02-12 12:37 ` Xavier Leroy [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=199602121237.NAA05180@pauillac.inria.fr \
--to=xleroy@pauillac.inria.fr \
--cc=Guy.Cousineau@ens.fr \
--cc=caml-list@pauillac.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