Ron Hubbard added the comment: python 2.7.2 installation: CFLAGS="-D_GNU_SOURCE -D_BSD_SOURCE" ./configure -C --prefix="/" || exit 1 make -j9 || exit 1 make DESTDIR="//opt/python" install || exit 1
what python generates out of --install-scripts=//bin \ --install-platlib=//lib/python2.7/lib-dynload \ is both wrong (i.e. the platlib stuff also ignores DESTDIR passed to make) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16065> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com