Hi Roberto.
I'll look into it (I know I wanted to do it for a few months now though ;-)
Cheers,
fijal
On Mon, Jan 27, 2014 at 7:06 AM, Roberto De Ioris wrote:
>
> Hi, while trying to simplify the usage of pypy in uWSGI, i started working
> with pie mode (gcc -pie option).
>
> Position independe
Hi, while trying to simplify the usage of pypy in uWSGI, i started working
with pie mode (gcc -pie option).
Position independent executables can be dl-opened (at least) on Linux and
OSX as normal shared libraries.
As dealing with libpypy-c is basically messy, this could be a solution.
I think d