Mark Dickinson <dicki...@gmail.com> added the comment:

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.

----------
nosy: +mark.dickinson
resolution:  -> works for me
status: open -> pending

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6989>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to