caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Problèmes avec lib UNIX sur Windows
@ 1999-09-21  7:21 yvan.godin
  1999-10-01 15:39 ` Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: yvan.godin @ 1999-09-21  7:21 UTC (permalink / raw)
  To: caml-list

Je m'interesse à OCAML(v2.02) et en commence l'apprentissage

je souhaite utiliser la librairie Unix sous Windows98 
pour réaliser un petit programme utilisant les 'SOCKET'
mais mes nombreuses tentatives restent sans succès.
(voir extraits si dessous)

J'imagine que je fais quelque chose d'incorrect mais je ne comprends pas quoi !
si je pouvais avoir un peu d'aide je vous vous en serais reconnaissant.

par avance merci


***********************************************
Dans l'interpréteur
***********************************************
D:\ocaml\lib> ocaml
        Objective Caml version 2.02

# #load"unix.cma";;
The external function `unix_error_message' is not available


***********************************************
Tentative de creation d'un nouveau interpréteur
(tel que décris dans la doc)
***********************************************
D:\ocaml\lib> ocamlmktop -custom -o mytop unix.cma -cclib -lunix
Bad command or file name
I/O error: mytop.exe: No such file or directory


***********************************************
Tentative de creation d'un nouveau interpréteur
(idem mais en supprimant la directive -custom)
***********************************************
D:\ocaml\lib> ocamlmktop -o mytop unix.cma -cclib -lunix
Error while linking unix.cma(Unix):
The external function `unix_error_message' is not available


Yvan GODIN

http://yvan.godin.free.fr
EMail yvan.godin@free.fr




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

end of thread, other threads:[~1999-10-02 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-21  7:21 Problèmes avec lib UNIX sur Windows yvan.godin
1999-10-01 15:39 ` 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).