[sr #111193] libtool misses adding `libclang_rt.builtins-x86_64.a` to c++ shared libraries
Ileana Dumitrescu <[email protected]> Tue, 18 Mar 2025 14:09:06 -0400 (EDT)
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
--8323329-457888404-1742321346=:3141181
Content-Type: TEXT/plain; CHARSET=utf-8
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Disposition: inline
Follow-up Comment #1, sr #111193 (group libtool):=0A=0AThank you for your b=
ug report. The following patch may fix this:=0A=0Adiff --git a/m4/libtool.m=
4 b/m4/libtool.m4=0Aindex 434f9ba7..33383e9d 100644=0A--- a/m4/libtool.m4=
=0A+++ b/m4/libtool.m4=0A@@ -7748,7 +7748,7 @@ if AC_TRY_EVAL(ac_compile); =
then=0A for p in `eval "$output_verbose_link_cmd"`; do=0A case $prev$=
p in=0A =0A- -L* | -R* | -l*)=0A+ -L* | -R* | -l* | */libclang_rt*.a)=
=0A # Some compilers place space between "-{L,R,l}" and the path.=0A=
# Remove the space.=0A if test x-L =3D x"$p" ||=0A=0AIt is s=
imilar to one of the patches discussed in this open bug report:=0A https:/=
/debbugs.gnu.org/cgi/bugreport.cgi?bug=3D27866=0A=0AThe other linked MSYS2 =
patch might also be necessary, but I need to look at it=0Amore.=0A=0A=0A =
_______________________________________________________=0A=0AReply to this=
item at:=0A=0A <https://savannah.gnu.org/support/?111193>=0A=0A__________=
_____________________________________=0AMessage sent via Savannah=0Ahttps:/=
/savannah.gnu.org/=0A
--8323329-457888404-1742321346=:3141181
Content-Type: APPLICATION/pgp-signature; name=signature.asc
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCZ9m2wgAKCRCqLAuaBUf3
ThJ8AQDJa0pRU+rWZhh/IDY2Esu7NxbT+a2u8676JYENNw3t9QD+Ohwsps4md7kT
RxvZ29rWQpD96jG3Uaa9u87jUBeNpQ8=
=lNYi
-----END PGP SIGNATURE-----
--8323329-457888404-1742321346=:3141181--