Follow-up Comment #1, sr #111193 (group libtool): Thank you for your bug report. The following patch may fix this:
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 434f9ba7..33383e9d 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -7748,7 +7748,7 @@ if AC_TRY_EVAL(ac_compile); then
for p in `eval "$output_verbose_link_cmd"`; do
case $prev$p in
- -L* | -R* | -l*)
+ -L* | -R* | -l* | */libclang_rt*.a)
# Some compilers place space between "-{L,R,l}" and the path.
# Remove the space.
if test x-L = x"$p" ||
It is similar to one of the patches discussed in this open bug report:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27866
The other linked MSYS2 patch might also be necessary, but I need to look at it
more.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/support/?111193>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
