Skip Montanaro <s...@pobox.com> added the comment: The patch seemed to work for me. Should I worry that I don't see -fPIC or -fpic in the compile commands? Also, running "make test" before at least installing libpython2.7.dylib appears to be impossible:
% otool -L python.exe python.exe: /Users/skip/local/lib/libpython2.7.dylib (compatibility version 2.7.0, current version 2.7.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3) regular% ./python.exe dyld: Library not loaded: /Users/skip/local/lib/libpython2.7.dylib Referenced from: /Users/skip/src/python/trunk/regular/./python.exe Reason: image not found Trace/BPT trap Is there a way to work around that? _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4472> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com