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 christian.heimes
Recipients christian.heimes, gregory.p.smith, ned.deily, ronaldoussoren
Date 2021-11-07.21:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636321125.94.0.774986271626.issue45743@roundup.psfhosted.org>
In-reply-to
Content
For reference: https://opensource.apple.com/source/ld64/ld64-242/doc/man/man1/ld.1.auto.html

> search_paths_first
> This is now the default (in Xcode4 tools).  When processing -lx the linker now searches each directory
> in its library search paths for `libx.dylib' then `libx.a' before the moving on to the next path
> in the library search path.

According to Wikipedia, Xcode4 was released in 2011.
History
Date User Action Args
2021-11-07 21:38:45christian.heimessetrecipients: + christian.heimes, gregory.p.smith, ronaldoussoren, ned.deily
2021-11-07 21:38:45christian.heimessetmessageid: <1636321125.94.0.774986271626.issue45743@roundup.psfhosted.org>
2021-11-07 21:38:45christian.heimeslinkissue45743 messages
2021-11-07 21:38:45christian.heimescreate