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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 15 Oct 2001 01:07:05 -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: 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 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