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

David, I'm still missing some easy answers that would really help.  Please 
could you answer the question about whether __EXTENSIONS__ is defined in your 
pyconfig.h; it would help determine what we should be investigating.

There shouldn't be any need for the -std=c99 option: the Python configure 
script defines __EXTENSIONS__ exactly to make these c99 functions available.  
So either that isn't happening on your machines, in which case we should be 
looking for a problem with the configure script, or it *is* happening, in which 
case copysign is being properly declared on your machine and we have to look 
elsewhere (library mismatch? compiler optimization bug?) for the cause of 
failure.

Still no joy with an -m64 build.  I've attached a transcript showing the 
precise steps I used.

[I'm tempted to close this issue as 'works for me';  I'm not seeing any 
test_math failure in OpenSolaris, and neither is the Solaris/SPARC buildbot.]

----------
Added file: http://bugs.python.org/file17774/opensolaris_python_buildlog.txt

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

Reply via email to