Changes between Initial Version and Version 1 of Ticket #44596, comment 51


Ignore:
Timestamp:
Aug 17, 2018, 2:25:40 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44596, comment 51

    initial v1  
    11The ultimate proper solution is to make sure that binaries link correctly.  Allow the linker to emit errors when it detects them and fix those errors instead of suppressing those errors and letting the user hit them at runtime.
    22
    3 Politely asking upstream to pickup the latest glibtool, automake, and autoconf is generally a good idea.  There are many other bugs in older versions that bite us consistently (eg: older glibtool do not pass -stdlib=... during the link phase, which breaks LibCXXOnOlderSystems, and older glibtool also does not pass -fsanitize= which breaks ASan builds, etc).
     3Politely asking upstream to pickup the latest glibtool, automake, and autoconf is generally a good idea.  There are many other bugs in older versions that bite us consistently (eg: older glibtool do not pass -stdlib=... during the link phase, which breaks LibcxxOnOlderSystems, and older glibtool also does not pass -fsanitize= which breaks ASan builds, etc).