[ python-Bugs-1561333 ] -xcode=pic32 option is not supported on Solaris x86 Sun C

SourceForge.net noreply at sourceforge.net
Wed Mar 7 09:02:51 CET 2007


Bugs item #1561333, was opened at 2006-09-19 10:15
Message generated for change (Settings changed) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1561333&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.4
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: James Lick (jlick)
Assigned to: Nobody/Anonymous (nobody)
Summary: -xcode=pic32 option is not supported on Solaris x86 Sun C

Initial Comment:
Python's ./configure script on Solaris systems sets the
compiler flag -xcode=pic32 when Sun C is used. 
Unfortunately, the -xcode flag is only available in the
sparc version of Sun C.  The x86 version of Sun C does
not support the -xcode option at all and generates a
warning that an illegal option was used.  The portable
flag supported on both platforms to use independent
32-bit addressing is -KPIC.

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

>Comment By: Georg Brandl (gbrandl)
Date: 2007-03-07 08:02

Message:
Logged In: YES 
user_id=849994
Originator: NO

Superseded by #1675511.

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

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


More information about the Python-bugs-list mailing list