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.


Kumar


I notice that most of our shared libraries are linked against libverify ("ldd libawt.so" lists libverify for example). I wonder where this is coming from as I don't see it listed in any of the common rules in make/common.

-Alan

Reply via email to