Naming the output file libjvm.dll.a
will allow gcc
to recognize it as a
library named jvm
. The .dll.a
suffix indicates (by convention) that it is
an import library, rather than a static library (which would simply be named
libjvm.a
, again by convention).