caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Compiling native threads in ocaml 1.06
@ 1997-11-19 16:42 William Chesters
  0 siblings, 0 replies; only message in thread
From: William Chesters @ 1997-11-19 16:42 UTC (permalink / raw)
  To: caml-list

[-- 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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-11-20  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-19 16:42 Compiling native threads in ocaml 1.06 William Chesters

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