native libs linked to libverify?
Kumar Srinivasan
kumar.x.srinivasan at oracle.COM
Tue Apr 19 15:58:46 UTC 2011
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
More information about the build-dev
mailing list