Re: [CMake] transitive linking topics

2011-11-24 Thread Hendrik Sattler
Am 24.11.2011 09:47, schrieb Rolf Eike Beer: Oops. You are right. I had never ever heard of applications exporting symbols before. Live and learn. You use one every day: $ /lib/libc.so.6 GNU C Library stable release version 2.11.3 (20110203), by Roland McGrath et al. Copyright (C) 2009 Fr

Re: [CMake] transitive linking topics

2011-11-24 Thread Rolf Eike Beer
> On 2011-11-23 10:44+0100 Michael Wild wrote: > >> On 11/23/2011 10:25 AM, Alan W. Irwin wrote: >>> cmake-2.8.6 has the following documentation of the >>> LINK_INTERFACE_LIBRARIES property for targets: >>> >>> LINK_INTERFACE_LIBRARIES >>>List public interface libraries for a shared libra

Re: [CMake] transitive linking topics

2011-11-23 Thread Alan W. Irwin
On 2011-11-23 22:35+0100 Michael Hertling wrote: All this to quiet rpmlint warnings Out of curiosity - I have not worked with RPM for ages: Are these warnings and the related overlinking due to transitive dependencies really an issue or just an inconvenience? Personally, I distinguish betw

Re: [CMake] transitive linking topics

2011-11-23 Thread Alan W. Irwin
On 2011-11-23 10:44+0100 Michael Wild wrote: On 11/23/2011 10:25 AM, Alan W. Irwin wrote: cmake-2.8.6 has the following documentation of the LINK_INTERFACE_LIBRARIES property for targets: LINK_INTERFACE_LIBRARIES List public interface libraries for a shared library or executable.