Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* Q: How i can use Mutex and thread ..
@ 1998-12-23 14:44 Laurent Colombet
  1999-01-04 16:27 ` Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Colombet @ 1998-12-23 14:44 UTC (permalink / raw)
  To: caml, caml-list


 Hi,

  I have the following error :

        Objective Caml version 2.00

# let forks = Array.create 5 (Mutex.create());;
The external function `caml_mutex_new' is not available

  and i think that it's the same thing with ocmal 2.01 :

        Objective Caml version 2.01

# let forks = Array.create 5 (Mutex.create());;
Reference to undefined global `Mutex'
#

  could somebody help me ?

    thanks in advance

     Laurent

P.S. Examples of Ocaml programs using thread are welcome




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

end of thread, other threads:[~1999-01-04 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-23 14:44 Q: How i can use Mutex and thread Laurent Colombet
1999-01-04 16:27 ` Xavier Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox