|
From: | Antonio Diaz Diaz |
Subject: | Re: Building shared library for lzlib |
Date: | Mon, 14 Oct 2024 23:53:44 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
Hi Mike, M S wrote:
I'm building on macOS Sequoia 15.0.1 and there is a problem building the shared object library. It's failrly simple to fix, but i suspect it may be an issue on other operating systems.
Thank you very much for reporting this.Effectively, your fix breaks backward compatibility on systems supporting --soname. More changes to configure and Makefile.in are needed. After looking at it I think that lzlib does not need the --soname mechanism; it can simply create the shared library as liblz.so.1 instead of liblz.so.1.14.
In one or two days I plan to make a release that will not use --soname, which should make it more portable. Stay tuned.
Best regards, Antonio.
[Prev in Thread] | Current Thread | [Next in Thread] |