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

Thanks.  Looks like we need a general solution to the problem of shared 
(non-module) dependencies in modules.

So all that's needed is a way to stop _time.o showing up twice in MODOBJS in 
the Makefile, right?

(For some reason, ranlib on OS X doesn't seem to have any problem with 
multiply-defined symbols;  obviously Linux is different.)

----------

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

Reply via email to