This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libjvm missing .so version number


>>>>> "Jack" == Jack Howarth <howarth@bromo.msbb.uc.edu> writes:

Jack> Okay. One last question...if we only dlopen libjvm and the other
Jack> shared libraries created there and never directly link them in,
Jack> why are we bothering to create static versions? On Darwin PPC,
Jack> I end up with both a libjvm.dylib and a libjvm.a. Shouldn't we
Jack> kill off the static lib builds for that those libraries?

I'm sure we only do it because it is the simplest thing to do.
I don't think it is easy to make a single library in a package
dynamic-only using automake+libtool.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]