[cfe-users] Using libunwind

Tobias Koch tobias.koch at gmail.com
Tue May 26 22:01:14 PDT 2015


> 
> Is it correct that libc++ depends on libgcc_s?
> 

IIRC ldd will also print indirect library dependencies. It is quite possible,
that you have an indirect dependency on libgcc_s via your host libc. To
see the direct dependencies only, try

readelf -a mylib.so | grep NEEDED




More information about the cfe-users mailing list