[pypy-dev] Specifying lib locations?

Skip Montanaro skip at pobox.com
Thu Sep 5 19:33:58 CEST 2013


> The way we solved this problem on our system is creating a compiler wrapper.
> This is a non-pypy-specific solution, which we believe is very effective and
> convenient.
>
> The "normal" gcc is installed in non-standard out-of-path location. A gcc
> shell script is installed instead. Such a script will call the actual gcc
> with all the proper -I -L -l of the other libraries (managed by lmod). In
> fact, in this way, it's a piece of cake to maintain several versions of the
> same library (and compiler and everything) on the system.

Thanks.  Will give that a try.

Skip


More information about the pypy-dev mailing list