David Schnur <david.sch...@dartware.com> added the comment:

I encountered this problem when updating from 2.6.4 to 2.7.1 on Solaris 8, 
which also doesn't have 'round'.  I tried srmadsen's --whole-archive option, 
but it wasn't recognized by the (somewhat ancient) tools on that machine.

I solved the problem by just editing the $(BUILDPYTHON) target to include 
Python/pymath.o, as Jerzy Kozera did.

Should configure perhaps take care of this when it detects no round?  It seems 
like this has slipped in simply because very few people still use systems 
without round.

----------
nosy: +dschnur

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

Reply via email to