Re: -thread is not working in cywin

"Sébastien Dailly [email protected] [ocaml_beginners]" <[email protected]> Tue, 22 Dec 2015 15:56:32 +0100
Newsgroups gmane.comp.lang.ocaml.beginners
Message-ID <[email protected]>
Le 2015-12-22 15:40, Sébastien Dailly sebastien-
> This may be the cause to the troubles… Do you think I'm searching in
> the
> good direction ?
> 

Well, I confirm :

setting in the Makefile

PTHREAD_LINK=
PTHREAD_CAML_LINK=

allow me to compile ocaml with native threads enable.

I can do some tests for you if you need.

Regards