STINNER Victor <vstin...@python.org> added the comment:

> _findLib_gcc() uses "gcc -Wl,-t -o tmp -lc" command and search for "lib" in 
> the created "tmp" file.

Oh, it looks for the "lib" in the process stdout (not in the created "tmp" 
file).

----------

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

Reply via email to