[Python-bugs-list] [ python-Bugs-449854 ] make failing on OS X 10.0.4

noreply@sourceforge.net noreply@sourceforge.net
Fri, 10 Aug 2001 10:04:39 -0700


Bugs item #449854, was opened at 2001-08-10 10:04
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=449854&group_id=5470

Category: Macintosh
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Jack Jansen (jackjansen)
Summary: make failing on OS X 10.0.4

Initial Comment:
Trying to do 'make' again on 10.0.4 with CVS 
current as of this morning. I get all the way down 
to:
ranlib libpython2.2.a
cc  -u __dummy -u _PyMac_Error -framework 
System -framework Foundation -framework 
Carbon -o python \
                Modules/python.o \
                libpython2.2.a -lpthread -ldl      
/usr/bin/ld: can't create output file: python (Is a 
directory, errno = 21)
make: *** [python] Error 1

Is this a flaw in the Makefile or is it a "feature" of 
Mac OS X being on HFS+ (which is NOT case 
sensitive)? Either way, I looked at the Makefile and 
had no idea where to even try to attempt a change. 
Any suggestions?

-John Buell

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=449854&group_id=5470