> 
> 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

_______________________________________________
cfe-users mailing list
cfe-users@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users

Reply via email to