On 8/14/05, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to build CVS HEAD on OSX 10.4.2 (Xcode 2.1), with a > checkout that is less than two hours old. I'm building a standard > unix tree (no framework install): > > $ ./configure --prefix=/opt/python/2.5 > ... > $ make > ... > ar cr libpython2.5.a Modules/config.o Modules/getpath.o Modules/ > main.o Modules/gcmodule.o > ar cr libpython2.5.a Modules/threadmodule.o Modules/signalmodule.o > Modules/posixmodule.o Modules/errnomodule.o Modules/_sre.o Modules/ > _codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o > Modules/xxsubtype.o > ranlib libpython2.5.a > c++ -u _PyMac_Error -o python.exe \ > Modules/python.o \ > libpython2.5.a -ldl > case $MAKEFLAGS in \ > *-s*) CC='gcc' LDSHARED='gcc -bundle -undefined dynamic_lookup' > OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./ > setup.py -q build;; \ > *) CC='gcc' LDSHARED='gcc -bundle -undefined dynamic_lookup' OPT='- > DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./setup.py > build;; \ > esac > make: *** [sharedmods] Error 139 > > This is a segmentation fault when trying to build extensions: >
I can verify the breakage. I did a ``make distclean``, updated, built, and got the same 139 error. I am short on time today, so I don't think I will be able to dive into this right away. -Brett _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
