[Python-bugs-list] [ python-Bugs-470781 ] Build broken in Mac OS X

noreply@sourceforge.net noreply@sourceforge.net
Fri, 12 Oct 2001 22:39:41 -0700


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: Jack Jansen (jackjansen)
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

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=470781&group_id=5470