Christian Weisgerber <na...@mips.inka.de> wrote:

> Mysteriously, PyPy appears to link with libcompat during the build.
> From a brief look, I couldn't even figure out where this is coming
> from.  Anybody know what this is about?  It's hard to imagine that
> PyPy would actually need libcompat.

... but it does, because there's a fallback to ftime().  It's all
in here (this is also where libcompat should actually be pulled
in):

pypy-2.1-src/rpython/rtyper/module/ll_time.py

It looks like it should be fairly easy to disable, maybe by way of
HAVE_FTIME?

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to