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