Re: [cp-patches] FYI: make peer libraries versionless

2006-08-03 Thread Mark Wielaard
Hi Tom, On Mon, 2006-07-31 at 09:52 -0400, Thomas Fitzsimmons wrote: On Fri, 2006-07-28 at 19:41 -0400, Thomas Fitzsimmons wrote: I committed this patch to make the peer libraries versionless. This is good practice for dlopen'd libraries. In the case of libjawt.so which is meant to

Re: [cp-patches] FYI: make peer libraries versionless

2006-07-31 Thread Thomas Fitzsimmons
Hi, Mark Wielaard wrote: Hi Tom, On Fri, 2006-07-28 at 19:41 -0400, Thomas Fitzsimmons wrote: I committed this patch to make the peer libraries versionless. This is good practice for dlopen'd libraries. In the case of libjawt.so which is meant to be linked to, making it versionless gives

[cp-patches] FYI: make peer libraries versionless

2006-07-28 Thread Thomas Fitzsimmons
Hi, I committed this patch to make the peer libraries versionless. This is good practice for dlopen'd libraries. In the case of libjawt.so which is meant to be linked to, making it versionless gives it the SONAME of libjawt.so, which makes it binary compatible with Sun's library. Tom