caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* librairie
@ 1996-02-09 16:42 Guy.Cousineau
  1996-02-12 12:37 ` librairie Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Guy.Cousineau @ 1996-02-09 16:42 UTC (permalink / raw)
  To: caml-list




J'aimerais savoir comment on peut faire en CSL ce qu'on
faisait en Caml Light avec la commande <camllibr>,
c'est a dire fabriquer a partir d'un ensemble de modules
un module unique qu'on peut ensuite "linker" a autre
chose ou charger depuis le toplevel.

-Guy Cousineau





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: librairie
  1996-02-09 16:42 librairie Guy.Cousineau
@ 1996-02-12 12:37 ` Xavier Leroy
  0 siblings, 0 replies; 2+ messages in thread
From: Xavier Leroy @ 1996-02-12 12:37 UTC (permalink / raw)
  To: Guy.Cousineau; +Cc: caml-list


[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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-02-12 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-02-09 16:42 librairie Guy.Cousineau
1996-02-12 12:37 ` librairie Xavier Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).