> On 22 Oct 2023, at 22:28, Karl Berry wrote:
>
>While libtool has a new maintainer (Alex Ameen), essentially nothing
>happens, which is quite unfortunate...
>
> 1) libtool 2.4.7 was released in March 2022
correct.
However https://www.gnu.org/software/libtool/
still says:
Latest stab
I confirm that the patch still works against
today's git version:
$ libtool --version
libtool (GNU libtool) 2.4.7.4-1ec8f
I just added "flang*" in addition to "armflang*":
https://savannah.gnu.org/support/index.php?110947
I'm also asking in libt...@gnu.org why 2.4.6 is still
the latest stable r
Karl, thank you
I submitted a bug report with a reproducer:
https://savannah.gnu.org/support/index.php?110947
Anton
> On 21 Oct 2023, at 22:48, Karl Berry wrote:
>
> Hi Anton - thanks for the report.
>
>https://github.com/HDFGroup/hdf5/issues/366
>with the solution that "-Wl," must
[also posted in libt...@gnu.org]
Please help me understand how to deal correctly with this error:
libtool: link: armflang -shared-g -soname libp2.so.0
-o .libs/libp2.so.0.0.0
armflang: error: unknown argument: '-soname'
I see this issue mentioned in multiple places, e.g:
https://git
enmp -Wl,-soname
-Wl,libp2.so.0 -o .libs/libp2.so.0.0.0
However, this crude hack will not work with "make distcheck",
because it will generate a new libtool.
Still, I'm trying to understand if this is a bug in autotools,
and if there is a workaround via edits in configure.ac and/or M