Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile python on Darwin/MacOS X 10.0.3



On Tue, 22 May 2001 email@hidden wrote:

> Somebody was successful at compiling Python in Darwin?
> I'd like to know what is to change in the makefile to have it finish the
> compilation. I downloaded Python-2.1.tgz from www.python.org
>
> To configure I ran:
>
> ./configure --with-dyld
>

Try: ./configure --with-dyld --with-suffix=.x (or =.exe if you prefer)

You're running into the problem that you can't have two filenames that
differ only by case on HFS+: it's trying to move an executable named
"python" into a directory with an existing "Python" sub-directory.

--with-suffix will change the name of the executable.
After install, when it's moved again to /usr/local/bin (or whereever
you decide to put it), you can rename if with 'mw', or you can
make a symbolic link -- that way the link remains when you do a
new install.

-- Steve Majewski


References: 
 >compile python on Darwin/MacOS X 10.0.3 (From: email@hidden)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.