[pypy-issue] [issue1036] libffi.a search path is incomplete

Stefano Rivera tracker at bugs.pypy.org
Tue Apr 10 18:03:33 CEST 2012


Stefano Rivera <pypy at rivera.za.net> added the comment:

> what are the extra dirs we should look libffi.a in?

On Debian, /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`. That's hardly
portable, though.

A more portable option is to parse the output of gcc -print-search-dirs.

I'd like a way to force linking dynamically, for Debian.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1036>
________________________________________


More information about the pypy-issue mailing list