[Python-bugs-list] [ python-Bugs-450510 ] results of build on Mac OS X 10.0.4

noreply@sourceforge.net noreply@sourceforge.net
Tue, 14 Aug 2001 10:48:39 -0700


Bugs item #450510, was opened at 2001-08-13 08:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=450510&group_id=5470

Category: Macintosh
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Jack Jansen (jackjansen)
Summary: results of build on Mac OS X 10.0.4

Initial Comment:
I simply wanted to post my list of compiler warnings
and so on, as maybe these are things that need to be
addressed/fixed, or maybe not :)

-John Buell

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

Comment By: Nobody/Anonymous (nobody)
Date: 2001-08-14 10:48

Message:
Logged In: NO 

I had to make a change to setup.py to get some of the
modules to build correctly (even after Jack's changes in
cvs 8/13).  I think there is an interaction with the 
-bundle and -shared ld flags.

--Bill Noon

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.47
diff -r1.47 setup.py
144c144
<             args['linker_so'] = linker_so + ' -shared'
---
>             args['linker_so'] = linker_so + ''


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

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