Native thread in O'Caml 1.06

From: Olivier Bouyssou (bouyssou@gate.didac-mip.fr)
Date: Wed Nov 19 1997 - 13:47:57 MET


Date: Wed, 19 Nov 1997 13:47:57 +0100
From: Olivier Bouyssou <bouyssou@gate.didac-mip.fr>
Message-Id: <199711191247.NAA29159@gate.didac-mip.fr>
To: caml-list@inria.fr
Subject: Native thread in O'Caml 1.06

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



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:12 MET