This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
libjvm missing .so version number
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: java at gcc dot gnu dot org
- Date: Tue, 21 Nov 2006 11:15:00 -0500
- Subject: libjvm missing .so version number
Shouldn't the shared libraries installed in
lib/gcj-4.x.x have .so version numbers since they
appear to be shared libraries and not modules
ala python? Specifically on Darwin we see
libjvm.dylib built without an associated .so
version number. Thanks in advance for any
clarifications.
Jack