Greg Czajkowski <[email protected]> added the comment: Thanks for the solution.
It took both a proper config of -I and -L to point to a more recent openssl to convince pypy to build pypy3 .. env LD_LIBRARY_PATH=/path/libffi.gcc/lib64:/usr/intel/pkgs/openssl/1.0.1c/lib64 CFLAGS="-I /path/libffi.gcc/lib/libffi-3.0.13/include -I /usr/pkgs/openssl/1.0.1c/include -I /usr/pkgs/openssl/1.0.1c/openssl" LDFLAGS="-L/path/libffi.gcc/lib64 - L/usr/pkgs/openssl/1.0.1c/lib64" /usr/pkgs/python/2.7.2/bin/python ../../rpython/bin/rpython --opt=jit --batch --cc=/usr/pkgs/gcc/4.8.1/bin/gcc targetpypystandalone.py ---------- status: chatting -> resolved ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1610> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
