python / cpython

The Python programming language
https://www.python.org/
Other
59.73k stars 28.95k forks source link

make failing on OS X 10.0.4 #34939

Closed 50eff062-408a-4098-b1b2-8222303b9d0c closed 22 years ago

50eff062-408a-4098-b1b2-8222303b9d0c commented 22 years ago
BPO 449854
Nosy @loewis, @jackjansen

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = created_at = labels = ['OS-mac'] title = 'make failing on OS X 10.0.4' updated_at = user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = actor = 'nobody' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 449854 keywords = [] message_count = 5.0 messages = ['5875', '5876', '5877', '5878', '5879'] nosy_count = 4.0 nosy_names = ['nobody', 'loewis', 'jackjansen', 'jthill'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue449854' versions = ['Python 2.2'] ```

3772858d-27d8-44b0-a664-d68674859f36 commented 22 years ago

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

320b5c6c-8240-4afb-9ab3-6d3b63a0643a commented 22 years ago

Logged In: YES user_id=21626

I bet it's the case-insensitive filesystem. Try ./configure --program-suffix=_; you can rename manually later.

61337411-43fc-4a9c-b8d5-4060aede66d0 commented 22 years ago

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".

3772858d-27d8-44b0-a664-d68674859f36 commented 22 years ago

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](https://github.com/python/cpython/blob/main/Python/pythonrun.c#L1326): 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](https://github.com/python/cpython/blob/main/Python/structmember.o) [Python/structmember.c](https://github.com/python/cpython/blob/main/Python/structmember.c) cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I. -I./Include -DHAVE_CONFIG_H -o [Python/symtable.o](https://github.com/python/cpython/blob/main/Python/symtable.o) [Python/symtable.c](https://github.com/python/cpython/blob/main/Python/symtable.c) cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I. -I./Include -DHAVE_CONFIG_H -o [Python/sysmodule.o](https://github.com/python/cpython/blob/main/Python/sysmodule.o) [Python/sysmodule.c](https://github.com/python/cpython/blob/main/Python/sysmodule.c) cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I. -I./Include -DHAVE_CONFIG_H -o [Python/traceback.o](https://github.com/python/cpython/blob/main/Python/traceback.o) [Python/traceback.c](https://github.com/python/cpython/blob/main/Python/traceback.c) cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I. -I./Include -DHAVE_CONFIG_H -o [Python/getopt.o](https://github.com/python/cpython/blob/main/Python/getopt.o) [Python/getopt.c](https://github.com/python/cpython/blob/main/Python/getopt.c) cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I. -I./Include -DHAVE_CONFIG_H -o [Python/dynload_next.o](https://github.com/python/cpython/blob/main/Python/dynload_next.o) [Python/dynload_next.c](https://github.com/python/cpython/blob/main/Python/dynload_next.c) cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I. -I./Include -DHAVE_CONFIG_H -o [Python/mactoolboxglue.o](https://github.com/python/cpython/blob/main/Python/mactoolboxglue.o) [Python/mactoolboxglue.c](https://github.com/python/cpython/blob/main/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](https://github.com/python/cpython/blob/main/Include/pymactoolbox.h#L19), from [Python/mactoolboxglue.c:27](https://github.com/python/cpython/blob/main/Python/mactoolboxglue.c#L27): /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](https://github.com/python/cpython/blob/main/Python/mactoolboxglue.c#L97): 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](https://github.com/python/cpython/blob/main/Python/thread.o) [Python/thread.c](https://github.com/python/cpython/blob/main/Python/thread.c) cc -c -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp -I. -I./Include -DHAVE_CONFIG_H -o [Modules/config.o](https://github.com/python/cpython/blob/main/Modules/config.o) [Modules/config.c](https://github.com/python/cpython/blob/main/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](https://github.com/python/cpython/blob/main/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](https://github.com/python/cpython/blob/main/Modules/main.o) [Modules/main.c](https://github.com/python/cpython/blob/main/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](https://github.com/python/cpython/blob/main/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](https://github.com/python/cpython/blob/main/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](https://github.com/python/cpython/blob/main/Modules/signalmodule.o) ./Modules/signalmodule.c:93: warning: function declaration isn't a prototype ./Modules/signalmodule.c: In functionsignal_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 functionfinisignal': ./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

3772858d-27d8-44b0-a664-d68674859f36 commented 22 years ago

Logged In: NO

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

-John