Re: macOS version detection broken in configure

2021-10-21 Thread Niels Möller
Marc Glisse writes: > From a quick look at the mailing list and the git repository, it seems > to have been entirely unmaintained for more than 2 years now :-( Ouch, not being much of a libtool user myself, I hadn't noticed that. We could consider configuring shared libraries without libtool.

Re: macOS version detection broken in configure

2021-10-21 Thread Carlo Cabrera
> On 21 Oct 2021, at 04:03, Hans Åberg wrote: > > >> On 20 Oct 2021, at 18:59, Carlo Cabrera wrote: >> >> A library built with the correct linker options (`-undefined dynamic_lookup`) >> should produce this output (built on macOS 10.15): >> >> ❯ otool -hV lib/libgmp.10.dylib >>

Re: macOS version detection broken in configure

2021-10-21 Thread Torbjörn Granlund
Marc Glisse writes: From a quick look at the mailing list and the git repository, it seems to have been entirely unmaintained for more than 2 years now :-( https://www.gnu.org/software/libtool/ "Libtool is currently looking for a maintainer." -- Torbjörn Please encrypt, key id 0xC8601622

Re: macOS version detection broken in configure

2021-10-21 Thread Marc Glisse
On Thu, 21 Oct 2021, Niels Möller wrote: When it is fixed upstream in libtool (what's the current status?), From a quick look at the mailing list and the git repository, it seems to have been entirely unmaintained for more than 2 years now :-( -- Marc Glisse