[Pythonmac-SIG] frameworkinstall and non-default --prefix/--enable-framework

2005-06-01 Thread Mitch Chapman
I've been trying to do a framework install of Python 2.4.1 to a non-standard location, on Mac OS X 10.3.8. $ ./configure --prefix= --enable-framework=/Frameworks $ make $ make frameworkinstall The last step has been failing. The cause appears to be line 20 of Mac/OSX/Makefile: bindir=/usr/lo

Re: [Pythonmac-SIG] frameworkinstall and non-default --prefix/--enable-framework

2005-06-05 Thread Mitch Chapman
On Jun 1, 2005, at 6:01 PM, Bob Ippolito wrote: > On Jun 1, 2005, at 4:43 PM, Mitch Chapman wrote: > >> I've been trying to do a framework install of Python 2.4.1 to a >> non-standard location, on Mac OS X 10.3.8. >> >> $ ./configure --prefix= >> --enable-