Purpose of --static and Requires.private

Tollef Fog Heen tfheen at err.no
Fri Sep 28 11:03:37 PDT 2012


]] Niklas Gürtler 

> ... and then analyzing the library dependencies of the resulting files ...
> ~ $ ldd helloworld1 | sort

ldd traverses the dependency chain, so that they are the same is not
surprising.  Look at the DT_NEEDED entries from each library and they're
likely to be different.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


More information about the pkg-config mailing list