Hi, On Mon, Feb 6, 2012 at 09:25, kracekumar ramaraju <[email protected]> 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. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
