[pypy-dev] When translating pypy, how do I notify it of library locations?

Maciej Fijalkowski fijall at gmail.com
Wed Mar 23 20:43:33 CET 2011


On Wed, Mar 23, 2011 at 9:48 AM, Alexander Golec <akg2136 at columbia.edu> wrote:
> I'm building pypy with the default JIT configuration, and I'm on a machine where I do not have root access. I've installed the libraries that I need in my ~/lib folder, but I can't get pypy to see them. I can neither see the library files, nor the headers.
>
> I've tried setting the following options :
>
> --cflags=COMPILERFLAGS
> --ldflags=LINKERFLAGS
>
> but to no avail...

Can you explain exactly what didn't work? I think we honor those options.

>
> Alex
>
> _______________________________________________
> pypy-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/pypy-dev
>



More information about the Pypy-dev mailing list