[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 18:31:26 -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: Jack Jansen (jackjansen)
Date: 2001-08-14 18:31

Message:
Logged In: YES 
user_id=45365

Ah, thanks! I had noticed the saveFP and restFP errors suddenly popping up but I didn't know where they came from.

I'll fix this shortly, but depending on platform (I assume the '-shared' option wasn't added for nothing, so it'll be needed on some other platform, probably).

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

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