[issue3167] math test fails on Solaris 10

Mark Dickinson report at bugs.python.org
Sun Jun 29 10:37:25 CEST 2008


Mark Dickinson <dickinsm at gmail.com> added the comment:

> LDFLAGS=-xlibmieee ./configure ...

I guess that should probably be:

LDFLAGS="-Xlinker -xlibmieee" ./configure

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3167>
_______________________________________


More information about the Python-bugs-list mailing list