[cmake-developers] Recommendations for reducing spurious link dependencies?

Ben Boeckel ben.boeckel at kitware.com
Sat Feb 22 18:28:04 EST 2014


On Fri, Feb 21, 2014 at 19:59:44 -0800, Dave Abrahams wrote:
> Thanks, but as far as I can tell, only static libraries are involved here

Would it be possible to build them as shared for a one-time run? If not,
you may be left with --gc-sections or removing all library linkings
until you get no missing symbols in each library.

--Ben



More information about the cmake-developers mailing list