[Python-bugs-list] [ python-Bugs-470781 ] Build broken in Mac OS X (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Sat, 13 Oct 2001 13:20:14 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-467384 ] provide a documented serialization func
- Next message: [Python-bugs-list] [ python-Bugs-467384 ] provide a documented serialization func
- 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: Open Resolution: None 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-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-467384 ] provide a documented serialization func
- Next message: [Python-bugs-list] [ python-Bugs-467384 ] provide a documented serialization func
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]