[pypy-dev] Unable to complete pypy sandboxing
Armin Rigo
arigo at tunes.org
Mon Feb 6 09:54:38 CET 2012
Hi,
On Mon, Feb 6, 2012 at 09:25, kracekumar ramaraju
<kracethekingmaker at gmail.com> wrote:
> [translation:ERROR] debug_print.c:(.text+0x193): undefined reference to
> `clock_gettime'
Your OS's include files define CLOCK_THREAD_CPUTIME_ID, but not
clock_gettime(), which sounds strange. The issue is probably that the
"-lrt" option to "ld" is missing. What OS is it? Also, what exact
version of PyPy are you using? We fixed a few things here recently.
A bientôt,
Armin.
More information about the pypy-dev
mailing list