Re: Autotools integration / How to determine .so filename extension

Dan Stromberg <[email protected]> Sat, 10 Jul 2021 09:50:25 -0700
Newsgroups gmane.comp.python.pypy
Message-ID <CAGGBd_o_OLmFNYmZ8Cp=FRc+rcuu8GPogBYCKYs0o=_eYyP1vQ@mail.gmail.com>
On Sat, Jul 10, 2021 at 7:18 AM Roland Lutz <[email protected]> wrote:

> Hi,
>
Hi.

I am currently using CPython 2 extensions and code in a project that's
> mostly written in C.  I've been moving the extensions from the CPython API
> to PyPy/CFFI;

CFFI is probably good, but did you evaluate HPY?

In order to build and install the extension modules correctly, I need to
> find out the appropriate
>
>    (1) .so filename extension,
>    (2) compiler flags,
>    (3) linker flags, and
>    (4) installation directory.
>
Does libtool handle some of this for you?

_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev