Re: [Mingw-w64-public] winpthreads: make testing shared library work

2025-06-03 Thread LIU Hao
在 2025-6-3 23:46, Kirill Makurin 写道: You are right. `libtool --mode=execute` is no longer needed. I forgot that libtool creates wrapper executables which handle search path. I attached update patch. Thanks for the patch. Looks good to me. Pushed now. -- Best regards, LIU Hao OpenPGP_sig

Re: [Mingw-w64-public] winpthreads: make testing shared library work

2025-06-03 Thread Kirill Makurin
-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] winpthreads: make testing shared library work 在 2025-6-3 17:44, Kirill Makurin 写道: > This is a good idea. Plain `LDADD` (not `LIBADD`) is used to add libraries to > all programs in current > Makefile.am. Oh thank you. I keep f

Re: [Mingw-w64-public] winpthreads: make testing shared library work

2025-06-03 Thread LIU Hao
在 2025-6-3 17:44, Kirill Makurin 写道: This is a good idea. Plain `LDADD` (not `LIBADD`) is used to add libraries to all programs in current Makefile.am. Oh thank you. I keep forgetting that. From 2347a4099e1340a2789ac9f11001c25548463e69 Mon Sep 17 00:00:00 2001 From: Kirill Makurin Date: Tue

Re: [Mingw-w64-public] winpthreads: make testing shared library work

2025-06-03 Thread Kirill Makurin
; Kirill Makurin Subject: Re: [Mingw-w64-public] winpthreads: make testing shared library work 在 2025-6-1 15:06, Kirill Makurin 写道: > diff --git a/mingw-w64-libraries/winpthreads/tests/Makefile.am > b/mingw-w64-libraries/winpthreads/tests/Makefile.am > index 9dda82f73..74549952d 100644 >

Re: [Mingw-w64-public] winpthreads: make testing shared library work

2025-06-02 Thread LIU Hao
在 2025-6-1 15:06, Kirill Makurin 写道: diff --git a/mingw-w64-libraries/winpthreads/tests/Makefile.am b/mingw-w64-libraries/winpthreads/tests/Makefile.am index 9dda82f73..74549952d 100644 --- a/mingw-w64-libraries/winpthreads/tests/Makefile.am +++ b/mingw-w64-libraries/winpthreads/tests/Makefile.a

[Mingw-w64-public] winpthreads: make testing shared library work

2025-06-01 Thread Kirill Makurin
See commit message. - Kirill Makurin From a0a35f2d0eefed69c2d789eb50fb222b9566768a Mon Sep 17 00:00:00 2001 From: Kirill Makurin Date: Sun, 1 Jun 2025 15:54:23 +0900 Subject: [PATCH] winpthreads: make testing shared library work Running `make check` when configured with `--disable-static`, depen