[Python-bugs-list] [ python-Bugs-470781 ] Build broken in Mac OS X (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Mon, 15 Oct 2001 07:37:23 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-471270 ] SystemError: unknown opcode
- Next message: [Python-bugs-list] [ python-Bugs-431886 ] listcomp syntax too confusing (tuples)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #470781, was opened at 2001-10-12 22:39 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=470781&group_id=5470
Category: Macintosh Group: Platform-specific Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Martin v. L�wis (loewis) Summary: Build broken in Mac OS X
Initial Comment: ./configure --with-suffix=.exe make
generates a warning for every file: cc: unrecognized option `-Kpthread'
and then terminates with an error:
cc -Kpthread -flat_namespace -u __dummy -u
_PyMac_Error -framework System -framework
Carbon -framework Foundation -o python.exe
Modules/python.o
libpython2.2.a
cc: unrecognized option `-Kpthread'
/usr/bin/ld: Undefined symbols:
_pthread_sigmask
make: *** [python.exe] Error 1
Comment By: Martin v. L�wis (loewis) Date: 2001-10-15 07:37
Message: Logged In: YES user_id=21627
The previous patch only arranged to not use -Kpthread anymore. The pthread_sigmask problem was unrelated; this is fixed with
pyconfig.h.in 1.15 configure 1.261 configure.in 1.269 thread_pthread.h 2.34
Comment By: Martin v. L�wis (loewis) Date: 2001-10-15 01:07
Message: Logged In: YES user_id=21627
Fixed in configure.in 1.268; configure 1.260.
Comment By: Martin v. L�wis (loewis) Date: 2001-10-13 13:20
Message: Logged In: YES user_id=21627
What Python version?
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=470781&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-471270 ] SystemError: unknown opcode
- Next message: [Python-bugs-list] [ python-Bugs-431886 ] listcomp syntax too confusing (tuples)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]