This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: make failing on OS X 10.0.4
Type: Stage:
Components: macOS Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, jthill, loewis, nobody
Priority: normal Keywords:

Created on 2001-08-10 17:04 by anonymous, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (5)
msg5875 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-08-10 17:04
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
msg5876 - (view) Author: Jim Hill (jthill) Date: 2001-08-10 22:50
Logged In: YES 
user_id=21626

I bet it's the case-insensitive filesystem.  Try 
`./configure --program-suffix=_`; you can rename manually 
later.
msg5877 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-08-11 07:50
Logged In: YES 
user_id=21627

That definitely is the problem. The current configure will 
give a warning that you ought to use this option, so I 
close this as "fixed".
msg5878 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-08-13 14:20
Logged In: NO 

Did that and the make still failed.
This time I'm attaching results of the 'make'.

-John Buell

cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Modules/python.o
Modules/python.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/acceler.o
Parser/acceler.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/grammar1.o
Parser/grammar1.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/listnode.o
Parser/listnode.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/node.o Parser/node.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/parser.o Parser/parser.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/parsetok.o
Parser/parsetok.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/tokenizer.o
Parser/tokenizer.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/bitset.o Parser/bitset.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/metagrammar.o
Parser/metagrammar.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/myreadline.o
Parser/myreadline.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/abstract.o
Objects/abstract.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/bufferobject.o
Objects/bufferobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/cellobject.o
Objects/cellobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/classobject.o
Objects/classobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/cobject.o
Objects/cobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/complexobject.o
Objects/complexobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/descrobject.o
Objects/descrobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/fileobject.o
Objects/fileobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/floatobject.o
Objects/floatobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/frameobject.o
Objects/frameobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/funcobject.o
Objects/funcobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/intobject.o
Objects/intobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/iterobject.o
Objects/iterobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/listobject.o
Objects/listobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/longobject.o
Objects/longobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/dictobject.o
Objects/dictobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/methodobject.o
Objects/methodobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/moduleobject.o
Objects/moduleobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/object.o
Objects/object.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/rangeobject.o
Objects/rangeobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/sliceobject.o
Objects/sliceobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/stringobject.o
Objects/stringobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/tupleobject.o
Objects/tupleobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/typeobject.o
Objects/typeobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/unicodeobject.o
Objects/unicodeobject.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Objects/unicodectype.o
Objects/unicodectype.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/bltinmodule.o
Python/bltinmodule.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/exceptions.o
Python/exceptions.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/ceval.o Python/ceval.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/firstsets.o
Parser/firstsets.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/grammar.o
Parser/grammar.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/pgen.o Parser/pgen.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/printgrammar.o
Parser/printgrammar.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Parser/pgenmain.o
Parser/pgenmain.c
cc -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp 
Parser/acceler.o Parser/grammar1.o Parser/listnode.o
Parser/node.o Parser/parser.o Parser/parsetok.o
Parser/tokenizer.o Parser/bitset.o Parser/metagrammar.o
Parser/firstsets.o Parser/grammar.o Parser/pgen.o
Parser/printgrammar.o Parser/pgenmain.o -lpthread -ldl  -o
Parser/pgen
Parser/pgen ./Grammar/Grammar ./Include/graminit.h
./Python/graminit.c
Compiling (meta-) parse tree into NFA grammar
Making DFA for 'single_input' ...
Making DFA for 'file_input' ...
Making DFA for 'eval_input' ...
Making DFA for 'funcdef' ...
Making DFA for 'parameters' ...
Making DFA for 'varargslist' ...
Making DFA for 'fpdef' ...
Making DFA for 'fplist' ...
Making DFA for 'stmt' ...
Making DFA for 'simple_stmt' ...
Making DFA for 'small_stmt' ...
Making DFA for 'expr_stmt' ...
Making DFA for 'augassign' ...
Making DFA for 'print_stmt' ...
Making DFA for 'del_stmt' ...
Making DFA for 'pass_stmt' ...
Making DFA for 'flow_stmt' ...
Making DFA for 'break_stmt' ...
Making DFA for 'continue_stmt' ...
Making DFA for 'return_stmt' ...
Making DFA for 'yield_stmt' ...
Making DFA for 'raise_stmt' ...
Making DFA for 'import_stmt' ...
Making DFA for 'import_as_name' ...
Making DFA for 'dotted_as_name' ...
Making DFA for 'dotted_name' ...
Making DFA for 'global_stmt' ...
Making DFA for 'exec_stmt' ...
Making DFA for 'assert_stmt' ...
Making DFA for 'compound_stmt' ...
Making DFA for 'if_stmt' ...
Making DFA for 'while_stmt' ...
Making DFA for 'for_stmt' ...
Making DFA for 'try_stmt' ...
Making DFA for 'except_clause' ...
Making DFA for 'suite' ...
Making DFA for 'test' ...
Making DFA for 'and_test' ...
Making DFA for 'not_test' ...
Making DFA for 'comparison' ...
Making DFA for 'comp_op' ...
Making DFA for 'expr' ...
Making DFA for 'xor_expr' ...
Making DFA for 'and_expr' ...
Making DFA for 'shift_expr' ...
Making DFA for 'arith_expr' ...
Making DFA for 'term' ...
Making DFA for 'factor' ...
Making DFA for 'power' ...
Making DFA for 'atom' ...
Making DFA for 'listmaker' ...
Making DFA for 'lambdef' ...
Making DFA for 'trailer' ...
Making DFA for 'subscriptlist' ...
Making DFA for 'subscript' ...
Making DFA for 'sliceop' ...
Making DFA for 'exprlist' ...
Making DFA for 'testlist' ...
Making DFA for 'dictmaker' ...
Making DFA for 'classdef' ...
Making DFA for 'arglist' ...
Making DFA for 'argument' ...
Making DFA for 'list_iter' ...
Making DFA for 'list_for' ...
Making DFA for 'list_if' ...
Adding FIRST sets ...
Writing ./Python/graminit.c ...
Writing ./Include/graminit.h ...
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/compile.o
Python/compile.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/codecs.o Python/codecs.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/errors.o Python/errors.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/frozen.o Python/frozen.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/frozenmain.o
Python/frozenmain.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/future.o Python/future.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/getargs.o
Python/getargs.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/getcompiler.o
Python/getcompiler.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/getcopyright.o
Python/getcopyright.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/getmtime.o
Python/getmtime.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H -DPLATFORM='"darwin1"' -o
Python/getplatform.o ./Python/getplatform.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/getversion.o
Python/getversion.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/graminit.o
Python/graminit.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/import.o Python/import.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H -I/ -o Python/importdl.o
./Python/importdl.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/marshal.o
Python/marshal.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/modsupport.o
Python/modsupport.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/mystrtoul.o
Python/mystrtoul.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/mysnprintf.o
Python/mysnprintf.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/pyfpe.o Python/pyfpe.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/pystate.o
Python/pystate.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/pythonrun.o
Python/pythonrun.c
Python/pythonrun.c: In function `initsigs':
Python/pythonrun.c:1326: warning: function declaration isn't
a prototype
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/structmember.o
Python/structmember.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/symtable.o
Python/symtable.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/sysmodule.o
Python/sysmodule.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/traceback.o
Python/traceback.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/getopt.o Python/getopt.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/dynload_next.o
Python/dynload_next.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/mactoolboxglue.o
Python/mactoolboxglue.c
In file included from
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:25,
                 from
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:22,
                 from
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:21,
                 from Include/pymactoolbox.h:19,
                 from Python/mactoolboxglue.c:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacTypes.h:317:
warning: function declaration isn't a prototype
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacTypes.h:318:
warning: function declaration isn't a prototype
Python/mactoolboxglue.c:97: warning: function declaration
isn't a prototype
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Python/thread.o Python/thread.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Modules/config.o
Modules/config.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H 
-DPYTHONPATH='":plat-darwin1:lib-tk"' \
	-DPREFIX='"/usr/local"' \
	-DEXEC_PREFIX='"/usr/local"' \
	-DVERSION='"2.2"' \
	-DVPATH='""' \
	-o Modules/getpath.o ./Modules/getpath.c
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -o Modules/main.o Modules/main.c
cc -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H   -c ./Modules/gcmodule.c -o
Modules/gcmodule.o
cc -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H   -c ./Modules/threadmodule.c -o
Modules/threadmodule.o
cc -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H   -c ./Modules/signalmodule.c -o
Modules/signalmodule.o
./Modules/signalmodule.c:93: warning: function declaration
isn't a prototype
./Modules/signalmodule.c: In function `signal_signal':
./Modules/signalmodule.c:217: warning: function declaration
isn't a prototype
./Modules/signalmodule.c:219: warning: function declaration
isn't a prototype
./Modules/signalmodule.c:230: warning: function declaration
isn't a prototype
./Modules/signalmodule.c: In function `initsignal':
./Modules/signalmodule.c:337: warning: function declaration
isn't a prototype
./Modules/signalmodule.c:341: warning: function declaration
isn't a prototype
./Modules/signalmodule.c:360: warning: function declaration
isn't a prototype
./Modules/signalmodule.c:362: warning: function declaration
isn't a prototype
./Modules/signalmodule.c: In function `finisignal':
./Modules/signalmodule.c:561: warning: function declaration
isn't a prototype
./Modules/signalmodule.c:569: warning: function declaration
isn't a prototype
cc -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H   -c ./Modules/posixmodule.c -o
Modules/posixmodule.o
cc -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H   -c ./Modules/_sre.c -o
Modules/_sre.o
cc -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H   -c ./Modules/xxsubtype.c -o
Modules/xxsubtype.o
if test -f buildno; then \
	expr `cat buildno` + 1 >buildno1; \
	mv -f buildno1 buildno; \
else echo 1 >buildno; fi
cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I.
-I./Include -DHAVE_CONFIG_H  -DBUILD=`cat buildno` -o
Modules/getbuildinfo.o ./Modules/getbuildinfo.c
rm -f libpython2.2.a
ar cr libpython2.2.a Modules/getbuildinfo.o
ar cr libpython2.2.a Parser/acceler.o Parser/grammar1.o
Parser/listnode.o Parser/node.o Parser/parser.o
Parser/parsetok.o Parser/tokenizer.o Parser/bitset.o
Parser/metagrammar.o Parser/myreadline.o
ar cr libpython2.2.a Objects/abstract.o
Objects/bufferobject.o Objects/cellobject.o
Objects/classobject.o Objects/cobject.o
Objects/complexobject.o Objects/descrobject.o
Objects/fileobject.o Objects/floatobject.o
Objects/frameobject.o Objects/funcobject.o
Objects/intobject.o Objects/iterobject.o
Objects/listobject.o Objects/longobject.o
Objects/dictobject.o Objects/methodobject.o
Objects/moduleobject.o Objects/object.o
Objects/rangeobject.o Objects/sliceobject.o
Objects/stringobject.o Objects/tupleobject.o
Objects/typeobject.o Objects/unicodeobject.o
Objects/unicodectype.o
ar cr libpython2.2.a Python/bltinmodule.o
Python/exceptions.o Python/ceval.o Python/compile.o
Python/codecs.o Python/errors.o Python/frozen.o
Python/frozenmain.o Python/future.o Python/getargs.o
Python/getcompiler.o Python/getcopyright.o Python/getmtime.o
Python/getplatform.o Python/getversion.o Python/graminit.o
Python/import.o Python/importdl.o Python/marshal.o
Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o
Python/pyfpe.o Python/pystate.o Python/pythonrun.o
Python/structmember.o Python/symtable.o Python/sysmodule.o
Python/traceback.o Python/getopt.o Python/dynload_next.o
Python/mactoolboxglue.o Python/thread.o
ar cr libpython2.2.a Modules/config.o Modules/getpath.o
Modules/main.o 
ar cr libpython2.2.a Modules/gcmodule.o 
Modules/threadmodule.o  Modules/signalmodule.o 
Modules/posixmodule.o  Modules/_sre.o  Modules/xxsubtype.o
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
msg5879 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-08-13 14:31
Logged In: NO 

My mistake. It needs to be `./configure --with-suffix=_` not
--program-suffix

-John
History
Date User Action Args
2022-04-10 16:04:18adminsetgithub: 34939
2001-08-10 17:04:38anonymouscreate