Kumar Srinivasan wrote:
libjava.so is explicitly linked with verify using -lverify, in jdk/make/java/java/Makefile,
therefore libawt.so depends explicitly on libjava.so, therefore anything
which depends on libjava.so will have an implicit dependency on libverify.so
and ldd will report it.
Ah yes, that's it - thanks Kumar.

Reply via email to