caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Pb : Unix module and the ocaml toplevel
@ 2001-03-31 17:41 Cyrille Mescam
  2001-03-31 18:51 ` Charles Martin
  2001-03-31 21:46 ` Brock
  0 siblings, 2 replies; 3+ messages in thread
From: Cyrille Mescam @ 2001-03-31 17:41 UTC (permalink / raw)
  To: caml-list

I don't manage to use the module Unix in the ocaml toplevel...

Can someone help me....?

frenchy :-)
--
Don't dream about it; make it...

-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


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

* Re: [Caml-list] Pb : Unix module and the ocaml toplevel
  2001-03-31 17:41 [Caml-list] Pb : Unix module and the ocaml toplevel Cyrille Mescam
@ 2001-03-31 18:51 ` Charles Martin
  2001-03-31 21:46 ` Brock
  1 sibling, 0 replies; 3+ messages in thread
From: Charles Martin @ 2001-03-31 18:51 UTC (permalink / raw)
  To: caml-list

For interactive use of the unix library, do:

         ocamlmktop -o mytop unix.cma
         ./mytop

http://caml.inria.fr/ocaml/htmlman/manual065.html

At 07:41 PM 3/31/01 +0200, you wrote:
>I don't manage to use the module Unix in the ocaml toplevel...


-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


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

* Re: [Caml-list] Pb : Unix module and the ocaml toplevel
  2001-03-31 17:41 [Caml-list] Pb : Unix module and the ocaml toplevel Cyrille Mescam
  2001-03-31 18:51 ` Charles Martin
@ 2001-03-31 21:46 ` Brock
  1 sibling, 0 replies; 3+ messages in thread
From: Brock @ 2001-03-31 21:46 UTC (permalink / raw)
  To: Cyrille Mescam; +Cc: caml-list


Try putting unix.cma on your compile line, like

ocamlc unix.cma myprog.ml -o myprog

--Brock

On Sat, 31 Mar 2001, Cyrille Mescam wrote:

|I don't manage to use the module Unix in the ocaml toplevel...
|
|Can someone help me....?
|
|frenchy :-)
|--
|Don't dream about it; make it...
|
|-------------------
|To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr
|
-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


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

end of thread, other threads:[~2001-04-01 21:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-31 17:41 [Caml-list] Pb : Unix module and the ocaml toplevel Cyrille Mescam
2001-03-31 18:51 ` Charles Martin
2001-03-31 21:46 ` Brock

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).