Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: William Chesters <williamc@dai.ed.ac.uk>
To: caml-list@inria.fr
Subject: Compiling native threads in ocaml 1.06
Date: Wed, 19 Nov 1997 16:42:25 GMT	[thread overview]
Message-ID: <8448.199711191642@saturn> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

This was the first thing I did :), before I downloaded the docs, so I
didn't realise there was a problem ... this works for me, on RedHat
Linux 4.2 with Xavier's Linuxthreads 0.5:


J'ai réussi (avant de lire les informations---donc, je n'ai pas su que
il y aurait une problème ...) avec les commandes suivantes:


ocamlopt.opt -output-obj \
  -I /usr/local/packages/dist/ocaml-1.06/otherlibs/systhreads \
  thread.cmx threadtest.ml

gcc -o threadtest camlprog.o \
  -L /usr/local/packages/dist/ocaml-1.06/otherlibs/systhreads -lthreadsnat \
  -L /usr/local/packages/inst/ocaml-1.06/lib -lunix -lasmrun \
  -lpthread -lm





                 reply	other threads:[~1997-11-20  8:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=8448.199711191642@saturn \
    --to=williamc@dai.ed.ac.uk \
    --cc=caml-list@inria.fr \
    /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