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.

Author mark.dickinson
Recipients ashish, mark.dickinson
Date 2009-09-24.19:37:42
SpamBayes Score 7.7122204e-05
Marked as misclassified No
Message-id <1253821064.05.0.140224998476.issue6989@psf.upfronthosting.co.za>
In-reply-to
Content
If you do a Google search for that particular error message ('There are 
only 32 single ...'), the results suggest that this is a known problem 
with gcc and/or gas on Solaris.

Does removing the -O3 optimization flag make any difference?  (Try 
removing all occurrences of -O3 from the configure file before 
configuring.)

In any case, I suspect this is something Python can't do much about.
History
Date User Action Args
2009-09-24 19:37:44mark.dickinsonsetrecipients: + mark.dickinson, ashish
2009-09-24 19:37:44mark.dickinsonsetmessageid: <1253821064.05.0.140224998476.issue6989@psf.upfronthosting.co.za>
2009-09-24 19:37:42mark.dickinsonlinkissue6989 messages
2009-09-24 19:37:42mark.dickinsoncreate