Re: [pypy-dev] Building -pie binary

2014-01-26 Thread Maciej Fijalkowski
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

[pypy-dev] Building -pie binary

2014-01-26 Thread Roberto De Ioris
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