This is the mail archive of the java-patches@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]

Patch: RFC: make libltdl search for version-specific symlinks first


Thomas Fitzsimmons writes:
 > Hi,
 > 
 > This patch makes libltdl search for a version-specific DSO before
 > searching for the corresponding versionless DSO.  This will allow
 > multiple ABI-incompatible versions of libgcj to be installed in parallel
 > in the same prefix.  Currently, this isn't possible because libltdl
 > finds only the versionless .so symlink, so only the most
 > recently-installed libgcj will find the correct version of the peer
 > library.
 > 
 > Currently, libltdl searches for the peer library like this: first it
 > looks for lib-gnu-java-awt-peer-gtk.la.  Failing that, it looks for
 > lib-gnu-java-awt-peer-gtk.so.  This patch adds an intermediate search
 > for lib-gnu-java-awt-peer-gtk.so.n, where n is the ABI version number.

I'm in favour of this solution, but I want Tom Tromey's input.

Andrew.


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