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

Alexander Golec akg2136 at columbia.edu
Wed Mar 23 16:48:40 CET 2011


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... 

Alex




More information about the Pypy-dev mailing list