[issue31625] stop using ranlib

Benjamin Peterson report at bugs.python.org
Fri Sep 29 02:15:32 EDT 2017


New submission from Benjamin Peterson <benjamin at python.org>:

As far as I'm aware, every modern *nix's ar supports an "s" flag that removes the need to run ranlib separately on a a static library. We should just do that and stop running ranlib. That saves us some lines in configure.ac and the Makefile.

----------
components: Build
messages: 303301
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: stop using ranlib
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31625>
_______________________________________


More information about the Python-bugs-list mailing list