(cd Modules; make -f Makefile.pre Makefile) make[1]: Entering directory `/usr/src/Python-1.5.1/Modules' rm -f ../libpython1.5.a /bin/sh ./makesetup Setup.thread Setup.local Setup make[1]: Leaving directory `/usr/src/Python-1.5.1/Modules' making Makefile in subdirectory . make[1]: Entering directory `/usr/src/Python-1.5.1' make[1]: `Makefile' is up to date. make[1]: Leaving directory `/usr/src/Python-1.5.1' making Makefile in subdirectory Parser make[1]: Entering directory `/usr/src/Python-1.5.1/Parser' make[1]: `Makefile' is up to date. make[1]: Leaving directory `/usr/src/Python-1.5.1/Parser' making Makefile in subdirectory Objects make[1]: Entering directory `/usr/src/Python-1.5.1/Objects' make[1]: `Makefile' is up to date. make[1]: Leaving directory `/usr/src/Python-1.5.1/Objects' making Makefile in subdirectory Python make[1]: Entering directory `/usr/src/Python-1.5.1/Python' make[1]: `Makefile' is up to date. make[1]: Leaving directory `/usr/src/Python-1.5.1/Python' making Makefile in subdirectory Modules make[1]: Entering directory `/usr/src/Python-1.5.1/Modules' make[1]: `Makefile' is up to date. make[1]: Leaving directory `/usr/src/Python-1.5.1/Modules' cd Parser ; make OPT="-g -O2" VERSION="1.5" \ prefix="/usr/local" exec_prefix="/usr/local" all make[1]: Entering directory `/usr/src/Python-1.5.1/Parser' gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c pgenmain.c -o pgenmain.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c acceler.c -o acceler.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c grammar1.c -o grammar1.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c listnode.c -o listnode.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c node.c -o node.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c parser.c -o parser.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c parsetok.c -o parsetok.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c tokenizer.c -o tokenizer.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c bitset.c -o bitset.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c firstsets.c -o firstsets.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c grammar.c -o grammar.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c metagrammar.c -o metagrammar.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c pgen.c -o pgen.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c printgrammar.c -o printgrammar.o gcc -g -O2 pgenmain.o acceler.o grammar1.o listnode.o node.o parser.o parsetok.o tokenizer.o bitset.o firstsets.o grammar.o metagrammar.o pgen.o printgrammar.o -ldl -o pgen gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c intrcheck.c -o intrcheck.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c myreadline.c -o myreadline.o make[1]: Leaving directory `/usr/src/Python-1.5.1/Parser' cd Objects ; make OPT="-g -O2" VERSION="1.5" \ prefix="/usr/local" exec_prefix="/usr/local" all make[1]: Entering directory `/usr/src/Python-1.5.1/Objects' gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c abstract.c -o abstract.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c classobject.c -o classobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c cobject.c -o cobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c complexobject.c -o complexobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c fileobject.c -o fileobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c floatobject.c -o floatobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c frameobject.c -o frameobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c funcobject.c -o funcobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c intobject.c -o intobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c listobject.c -o listobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c longobject.c -o longobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c dictobject.c -o dictobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c methodobject.c -o methodobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c moduleobject.c -o moduleobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c object.c -o object.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c rangeobject.c -o rangeobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c sliceobject.c -o sliceobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c stringobject.c -o stringobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c tupleobject.c -o tupleobject.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c typeobject.c -o typeobject.o make[1]: Leaving directory `/usr/src/Python-1.5.1/Objects' cd Python ; make OPT="-g -O2" VERSION="1.5" \ prefix="/usr/local" exec_prefix="/usr/local" all make[1]: Entering directory `/usr/src/Python-1.5.1/Python' gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c bltinmodule.c -o bltinmodule.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ceval.c -o ceval.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c compile.c -o compile.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c errors.c -o errors.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c frozen.c -o frozen.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c frozenmain.c -o frozenmain.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getargs.c -o getargs.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getcompiler.c -o getcompiler.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getcopyright.c -o getcopyright.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getmtime.c -o getmtime.o gcc -c -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -DPLATFORM='"linux2"' \ ./getplatform.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getversion.c -o getversion.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c graminit.c -o graminit.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c import.c -o import.o gcc -c -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -I/ ./importdl.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c marshal.c -o marshal.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c modsupport.c -o modsupport.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c mystrtoul.c -o mystrtoul.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c pyfpe.c -o pyfpe.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c pystate.c -o pystate.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c pythonrun.c -o pythonrun.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c sigcheck.c -o sigcheck.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c structmember.c -o structmember.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c sysmodule.c -o sysmodule.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c traceback.c -o traceback.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getopt.c -o getopt.o make[1]: Leaving directory `/usr/src/Python-1.5.1/Python' cd Modules ; make OPT="-g -O2" VERSION="1.5" \ prefix="/usr/local" exec_prefix="/usr/local" all make[1]: Entering directory `/usr/src/Python-1.5.1/Modules' gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./regexmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./regexpr.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./pcremodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./pypcre.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./posixmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./signalmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./arraymodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./cmathmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./mathmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./stropmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./structmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./timemodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./operator.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./fcntlmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./pwdmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./grpmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./selectmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./socketmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./errnomodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./md5module.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./md5c.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./rotormodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./binascii.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./parsermodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./cStringIO.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./cPickle.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -I/usr/local/pgsql/include -c ./pgmodule.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c config.c -o config.o gcc -c -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -DPYTHONPATH='":test:plat-linux2:lib-tk"' \ -DPREFIX='"/usr/local"' \ -DEXEC_PREFIX='"/usr/local"' \ -DVERSION='"1.5"' \ -DVPATH='""' \ ./getpath.c gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c main.c -o main.o gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c getbuildinfo.c -o getbuildinfo.o make[1]: Leaving directory `/usr/src/Python-1.5.1/Modules' if test ! -f libpython1.5.a; \ then for i in Parser Objects Python Modules; do rm -f $i/add2lib; done; true; \ else true; fi for i in Parser Objects Python Modules; do \ (cd $i; make VERSION="1.5" add2lib); done make[1]: Entering directory `/usr/src/Python-1.5.1/Parser' ar cr ../libpython1.5.a acceler.o grammar1.o listnode.o node.o parser.o parsetok.o tokenizer.o bitset.o firstsets.o grammar.o metagrammar.o pgen.o printgrammar.o intrcheck.o myreadline.o touch add2lib make[1]: Leaving directory `/usr/src/Python-1.5.1/Parser' make[1]: Entering directory `/usr/src/Python-1.5.1/Objects' ar cr ../libpython1.5.a abstract.o classobject.o cobject.o complexobject.o fileobject.o floatobject.o frameobject.o funcobject.o intobject.o listobject.o longobject.o dictobject.o methodobject.o moduleobject.o object.o rangeobject.o sliceobject.o stringobject.o tupleobject.o typeobject.o touch add2lib make[1]: Leaving directory `/usr/src/Python-1.5.1/Objects' make[1]: Entering directory `/usr/src/Python-1.5.1/Python' ar cr ../libpython1.5.a bltinmodule.o ceval.o compile.o errors.o frozen.o frozenmain.o getargs.o getcompiler.o getcopyright.o getmtime.o getplatform.o getversion.o graminit.o import.o importdl.o marshal.o modsupport.o mystrtoul.o pyfpe.o pystate.o pythonrun.o sigcheck.o structmember.o sysmodule.o traceback.o getopt.o touch add2lib make[1]: Leaving directory `/usr/src/Python-1.5.1/Python' make[1]: Entering directory `/usr/src/Python-1.5.1/Modules' for i in regexmodule.o regexpr.o pcremodule.o pypcre.o posixmodule.o signalmodule.o arraymodule.o cmathmodule.o mathmodule.o stropmodule.o structmodule.o timemodule.o operator.o fcntlmodule.o pwdmodule.o grpmodule.o selectmodule.o socketmodule.o errnomodule.o md5module.o md5c.o rotormodule.o binascii.o parsermodule.o cStringIO.o cPickle.o pgmodule.o config.o getpath.o main.o getbuildinfo.o; do \ if test "$i" = "signalmodule.o"; then \ ar d ../libpython1.5.a sigcheck.o intrcheck.o 2>/dev/null; \ break; \ fi; \ done ar cr ../libpython1.5.a regexmodule.o regexpr.o pcremodule.o pypcre.o posixmodule.o signalmodule.o arraymodule.o cmathmodule.o mathmodule.o stropmodule.o structmodule.o timemodule.o operator.o fcntlmodule.o pwdmodule.o grpmodule.o selectmodule.o socketmodule.o errnomodule.o md5module.o md5c.o rotormodule.o binascii.o parsermodule.o cStringIO.o cPickle.o pgmodule.o config.o getpath.o main.o getbuildinfo.o touch add2lib make[1]: Leaving directory `/usr/src/Python-1.5.1/Modules' expr `cat buildno` + 1 >buildno1 mv -f buildno1 buildno gcc -c -g -O2 -I. -DHAVE_CONFIG_H -DBUILD=`cat buildno` \ ./Modules/getbuildinfo.c ar cr libpython1.5.a getbuildinfo.o ranlib libpython1.5.a true cd Modules; make OPT="-g -O2" VERSION="1.5" \ prefix="/usr/local" exec_prefix="/usr/local" \ LIBRARY=../libpython1.5.a link make[1]: Entering directory `/usr/src/Python-1.5.1/Modules' gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c python.c -o python.o gcc -Xlinker -export-dynamic python.o \ ../libpython1.5.a -L/usr/local/pgsql/include -ldl -lm -o python make[1]: Leaving directory `/usr/src/Python-1.5.1/Modules'