Browse thread
timer
-
Anastasia Gornostaeva
-
SooHyoung Oh
-
Anastasia Gornostaeva
- Ville-Pertti Keinonen
- Alain Frisch
-
Anastasia Gornostaeva
-
SooHyoung Oh
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-02-01 (07:50) |
From: | Ville-Pertti Keinonen <will@e...> |
Subject: | Re: [Caml-list] timer |
On Mon, 2005-01-31 at 22:33 +0300, Anastasia Gornostaeva wrote: > On Tue, Jan 04, 2005 at 10:11:06AM +0900, SooHyoung Oh wrote: > > > Module Timer > > <http://pllab.kaist.ac.kr/%7Eshoh/ocaml/libs/timer/doc/type_Timer.html> > > This module does not work when is compiled for native-code mode and is linked > with libc_r under FreeBSD 5.x Did you intentionally link against libc_r, or are you running a pre-stable version of 5.x? libpthread is the default for FreeBSD 5.x since before becoming the stable branch and 6-current, and it should work correctly (verified for -current).