CHB> [EMAIL PROTECTED] wrote:
>> make altinstall
CHB> maybe that's it -- I think the OP was running "install" rather than
CHB> "altinstall". What is altinstall supposed to do differently?
Nah... The install target depends on the altinstall target. All it does
beyond that is cre
[EMAIL PROTECTED] wrote:
make altinstall
maybe that's it -- I think the OP was running "install" rather than
"altinstall". What is altinstall supposed to do differently?
-CHB
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-69
Gary> ./configure --prefix=/Users/gary/opt/py25 LDFLAGS=-L/opt/local/lib
Gary> OPT=-I/opt/local/include
Gary> make
Gary> make install
Gary> (The LDFLAGS and OPT are there to get readline and zlib from Darwin
Gary> Ports in the Python.)
Gary> I got some warnings ab
On Apr 24, 2008, at 10:56 AM, Ronald Oussoren wrote:
On 24 Apr, 2008, at 14:40, Gary Poster wrote:
Hi. I'm assuming this is a python-on-mac oddity, but maybe I'm
wrong.
There's probably something wrong with your environment, although I
don't know what that could be, as you've already ex
On 24 Apr, 2008, at 14:40, Gary Poster wrote:
Hi. I'm assuming this is a python-on-mac oddity, but maybe I'm wrong.
There's probably something wrong with your environment, although I
don't know what that could be, as you've already excluded the most
likely problems in your next message.
More notes on this.
(1)
--disable-toolbox-glue did not help:
./configure --prefix=/Users/gary/opt/py25 LDFLAGS=-L/opt/local/lib
OPT=-I/opt/local/include --disable-toolbox-glue
(...this then led to the same problem I reported before, eventually).
(2)
Looking at the ``make install`` output,