Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Xavier Leroy <xleroy@pauillac.inria.fr>
To: "Scott J," <jscott@planetinternet.be>
Cc: CAML-LIST <caml-list@pauillac.inria.fr>
Subject: Re: Fw: [Caml-list] Thread library
Date: Tue, 17 Sep 2002 14:40:42 +0200	[thread overview]
Message-ID: <20020917144042.A28337@pauillac.inria.fr> (raw)
In-Reply-To: <001101c25d92$78479240$0100a8c0@janxp>; from jscott@planetinternet.be on Mon, Sep 16, 2002 at 05:05:17PM +0200

> Ok, after a long search I did find where it was written. After installation
> of ocamelwin one has to read the readme win file .
> 
> There one says that there are no threads  for Cygwin Ocamel  but there are
> threads for Mingw Ocamel and of course for MVSC6.0 Ocamel .
> 
> I hope this information is still correct allthough I don't understand the
> why: what is the difference between Mingw and Cygwin?

The Cygwin port of OCaml is just the OCaml Unix sources compiled and
linked against the Cygwin "Unix compatibility" libraries.  The latter
do not (yet?) provide a Unix-compatible thread library, hence no
threads in OCaml-Cygwin.

The Mingw port of OCaml is the OCaml Win32 sources compiled by
Cygwin/Mingw and linked against the native Win32 libraries, which
include Win32 threads.  Thus, OCaml-Mingw supports threads via Win32.

- Xavier Leroy
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      reply	other threads:[~2002-09-18 18:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-16 15:05 Scott J,
2002-09-17 12:40 ` 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=20020917144042.A28337@pauillac.inria.fr \
    --to=xleroy@pauillac.inria.fr \
    --cc=caml-list@pauillac.inria.fr \
    --cc=jscott@planetinternet.be \
    /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