Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* Native thread in O'Caml 1.06
@ 1997-11-19 12:47 Olivier Bouyssou
  1997-11-19 15:46 ` Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Bouyssou @ 1997-11-19 12:47 UTC (permalink / raw)
  To: caml-list


I've a problem using threads with ocamlopt v 1.06.

ocamlopt doesn't know -thread option.

There is no native lib in $(LIBDIR)/threads :

( Makefile in otherlibs/systhreads)

--

install:
        cp libthreads.a $(LIBDIR)/libthreads.a
        if test -d $(LIBDIR)/threads; then :; else mkdir $(LIBDIR)/threads; fi
        cp thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi 
threads.c
ma stdlib.cma $(LIBDIR)/threads

installopt:

.SUFFIXES: .ml .mli .cmo .cmi .cmx

--

Olivier Bouyssou (F1NXH), Didactheque Regionale          bouyssou@didac-mip.fr
Universite Paul Sabatier 118, route de Narbonne           31062 TOULOUSE Cedex
Tel : +33.5.61.55.65.74                                Fax : +33.5.61.55.65.71
 





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

end of thread, other threads:[~1997-11-20  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-19 12:47 Native thread in O'Caml 1.06 Olivier Bouyssou
1997-11-19 15:46 ` Xavier Leroy

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