This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Alex Shpilkin, RedEyed, doko, vstinner
Date 2021-02-16.11:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613475049.34.0.385837758872.issue42580@roundup.psfhosted.org>
In-reply-to
Content
> _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).
History
Date User Action Args
2021-02-16 11:30:49vstinnersetrecipients: + vstinner, doko, Alex Shpilkin, RedEyed
2021-02-16 11:30:49vstinnersetmessageid: <1613475049.34.0.385837758872.issue42580@roundup.psfhosted.org>
2021-02-16 11:30:49vstinnerlinkissue42580 messages
2021-02-16 11:30:49vstinnercreate