This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: -xcode=pic32 option is not supported on Solaris x86 Sun C
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jlick
Priority: normal Keywords:

Created on 2006-09-19 10:15 by jlick, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29879 - (view) Author: James Lick (jlick) Date: 2006-09-19 10:15
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.
msg29880 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-07 08:02
Superseded by #1675511.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 43994
2006-09-19 10:15:42jlickcreate