New issue 2747: h5py build fails due to unrecognized command line option "-R" https://bitbucket.org/pypy/pypy/issues/2747/h5py-build-fails-due-to-unrecognized
Thomas: Using pypy3.5 on Linux: ``` #!bash pip3 install h5py ``` fails with error ``` #!bash cc: error: unrecognized command line option "-R" ``` IMHO, -R is not a valid option in gcc. Instead -Wl,-rpath, should be used. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
