[patch #10393] Fix shared library support on Android

2024-01-16 Thread Ileana Dumitrescu
Update of patch#10393 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: I went ahead and mer

[patch #10411] libtool: fix empty "-L" in compiler_lib_search_path

2024-01-16 Thread Ileana Dumitrescu
Update of patch#10411 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thanks for finding t

[patch #10417] Avoid deprecation warning with MSVC

2024-01-16 Thread Ileana Dumitrescu
Update of patch#10417 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for the pa

[PATCH 2/2] libtoolize: always copy config-h.in like aclocal.m4

2024-01-18 Thread Ileana Dumitrescu
I looked over and applied both the patches and they work for me. I was running into the same permissions issue. -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 OpenPGP_0x6570EA01146F7354.asc Description: OpenPGP public key OpenPGP_signature.asc

Re: [PATCH] doc: minor fixes

2024-01-21 Thread Ileana Dumitrescu
On 20/01/2024 15:43, Mike Frysinger wrote: * doc/libtool.texi: Fix some style & minor grammar. --- doc/libtool.texi | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Thanks, I merged it in. -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01

Re: [PATCH] libtool.m4: Fix -export-symbols for GNU ld on non-Linux

2024-01-23 Thread Ileana Dumitrescu
nt release and then merge it -mike I agree. I'm currently waiting on upload permissions to Savannah, so that I can upload an alpha. If it takes too long to get permissions, I'll consider going ahead and merging this in. -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F

[patch #41] Do all rm's in one command with --mode=clean

2024-01-29 Thread Ileana Dumitrescu
Update of patch#41 (group libtool): Status:None => Wont Do Open/Closed:Open => Closed ___ Follow-up Comment #2: The patch no longer see

[patch #9678] ltmain.sh: [_MSC_VER] should be [_WIN32] in one place

2024-02-29 Thread Ileana Dumitrescu
Update of patch#9678 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thanks for the patch!

Re: [PATCH] ltmain.in: correct windows compiler preprocessor checks

2024-03-01 Thread Ileana Dumitrescu
Thank you for catching this! I have merged in the fix. On 01/03/2024 11:39, Ozkan Sezer wrote: Commit f54924fa5d8d5959038e58adab7c552c3ca495ae seems to have been wrongly applied. Regards. -- O.S. -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354

Re: [PATCH] ltmain.in: Pass through -fopenmp=*

2024-03-25 Thread Ileana Dumitrescu
t prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 OpenPGP_0x6570EA01146F7354

Re: [PATCH] Fix Wstrict-prototypes warnings

2024-04-16 Thread Ileana Dumitrescu
: Hello, When building project, for example, with CFLAGS=-Werror=strict-prototypes or similar, the libtool's tests can cause false reports and errors in the log files: error: function declaration isn't a prototype The appended patch includes some fixes for such cases. Thank you.

[patch #10393] Fix shared library support on Android

2024-04-17 Thread Ileana Dumitrescu
Follow-up Comment #3, patch #10393 (group libtool): Thank you for the suggestion. Since we are already embedding rpath into Android, we could take the next step and start using GNU/Linux versioning. This would be contrary to the standard method of Android versioning, in which shared libraries are

Re: [PATCH] libtool.m4: Fix AC_CHECK_PROG usage

2024-06-06 Thread Ileana Dumitrescu
FILECMD], [file], [:]) +[AC_CHECK_PROG([FILECMD], [file], [file], [:]) _LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types]) ])# _LD_DECL_FILECMD Thank you for the patch! It has been applied to the development branch. -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22

Re: [PATCH] Fix Wstrict-prototypes warnings

2024-06-19 Thread Ileana Dumitrescu
Thank you for the details! I have merged in your patch to the development branch, and you should see it in the next release of libtool. On 21/04/2024 21:19, Peter Kokot wrote: On Tue, 16 Apr 2024 at 19:56, Ileana Dumitrescu wrote: Thank you for the patch. Diagnosing the test errors is not so

Re: [PATCH] Correct DLL Installation Path for x86_64-w64-mingw32 Multilib

2024-06-19 Thread Ileana Dumitrescu
5,6 +2568,7 @@ cygwin* | mingw* | windows* | pw32* | cegcc*) if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' +fi postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 OpenPGP_0x6570EA01146F7354.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

[patch #9999] Fix --preserve-dup-deps flag not to strip some duplicates

2024-06-20 Thread Ileana Dumitrescu
Update of patch # (group libtool): Open/Closed:Open => Closed ___ Follow-up Comment #2: Thank you for your patch! It has been merged in, and a test has been fixed along with it :)

[patch #9999] Fix --preserve-dup-deps flag not to strip some duplicates

2024-06-25 Thread Ileana Dumitrescu
Follow-up Comment #4, patch # (group libtool): I will remove the INN comment, but if I understand the "FIXME" correctly, it should be kept as a reminder to rethink the logic of the code in this section. It does not seem to be specific to the 'preserve-dup-deps' flag. Please tell me if I am wro

[patch #9999] Fix --preserve-dup-deps flag not to strip some duplicates

2024-06-27 Thread Ileana Dumitrescu
Update of patch # (group libtool): Status:None => Done ___ Follow-up Comment #6: This has been updated in development, and thank you again for your patch! https://git.savannah.g

Re: [PATCH] ltmain.in: don't suppress output for PIC compilations

2024-08-15 Thread Ileana Dumitrescu
suppression. If your patch is applied, the option to switch off suppression should also be removed, but switching the logic around to suppress if chosen seems like a better solution than complete removal. However, you could also just specify '-no-suppress' when compiling rather than chang

Re: [PATCH] ltmain.in: don't suppress output for PIC compilations

2024-08-15 Thread Ileana Dumitrescu
On 15/08/2024 20:37, Sam James wrote: Nick Bowler writes: On 2024-08-15 12:13, Sam James wrote: Ileana Dumitrescu writes: However, you could also just specify '-no-suppress' when compiling rather than changing the default behaviour. (Is there a way to do this globally? If I

Re: [PATCH] ltmain.in: don't suppress output for PIC compilations

2024-08-19 Thread Ileana Dumitrescu
On 15/08/2024 21:27, Nick Bowler wrote: On 2024-08-15 14:13, Ileana Dumitrescu wrote: Printing the differences on the second run seems like a better default, while keeping the option for -no-suppress for the complete log. Maybe adding an informational message about -no-suppress with the diff

[patch #10469] Add support for 32-bit mode on FreeBSD/powerpc64

2024-08-27 Thread Ileana Dumitrescu
Update of patch #10469 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for the p

[patch #10481] Handle unset $multilib for Windows targets

2024-10-15 Thread Ileana Dumitrescu
Update of patch #10481 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for the p

Re: [PATCH] m4/libtool.m4: fix test when multilib not used by project

2024-10-21 Thread Ileana Dumitrescu
f6acd https://git.savannah.gnu.org/cgit/libtool.git/commit/?h=development&id=3cf528a4f04e9da78b06635aac6545709007b882 -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 OpenPGP_0x6570EA01146F7354.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

[patch #10371] Simplify darwin check

2024-10-22 Thread Ileana Dumitrescu
Update of patch #10371 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #2: The single_module d

[patch #10384] Add a darwin-specific rpath flag

2024-10-22 Thread Ileana Dumitrescu
Update of patch #10384 (group libtool): Status:None => In Progress ___ Follow-up Comment #1: Thank you for the patch. I have been testing a modified version of it, but there are a lot of te

[patch #10371] Simplify darwin check

2024-10-03 Thread Ileana Dumitrescu
Follow-up Comment #1, patch #10371 (group libtool): Rather than removing the single_module check, the single_module detection has been updated on the development branch: https://git.savannah.gnu.org/cgit/libtool.git/commit/?h=development&id=35edf20d659e9ab0143528eb69a6d5cdf12f949a

[patch #9467] Fix -export-symbols and -export-symbols-regex support on Solaris 11.3

2024-11-19 Thread Ileana Dumitrescu
Update of patch #9467 (group libtool): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #3: [comment #2 comment #2:] > This patch has been app

[patch #10489] Replace support for ironclad* with *-mlibc

2024-11-20 Thread Ileana Dumitrescu
Follow-up Comment #2, patch #10489 (group libtool): Thank you for your patch submission! Before I apply it, do you think this section of the previous patch should be updated to '*-mlibc' as well: """ @@ -1725,9 +1725,9 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl lt_cv_sys_max_cmd_len=12288

[patch #10489] Replace support for ironclad* with *-mlibc

2024-11-20 Thread Ileana Dumitrescu
Follow-up Comment #4, patch #10489 (group libtool): [comment #3 comment #3:] > [comment #2 comment #2:] >> Thank you for your patch submission! Before I apply it, do you think this >> section of the previous patch should be updated to '*-mlibc' as well: > > That check does not check for something

[patch #10489] Replace support for ironclad* with *-mlibc

2024-11-20 Thread Ileana Dumitrescu
Update of patch #10489 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Reply to this item at: __

[patch #9919] Fixes for Haiku support

2024-11-20 Thread Ileana Dumitrescu
Update of patch #9919 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for submitting these patches! They have finall

[patch #10126] Fix handling xlc(1)-specific options

2024-11-20 Thread Ileana Dumitrescu
Update of patch #10126 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for submitting this patch! It has finally bee

[patch #10419] Add Ironclad support

2024-11-20 Thread Ileana Dumitrescu
Update of patch #10419 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for submitting this patch! Support for Ironcl

[patch #10433] libtool: Add support for SerenityOS

2024-11-20 Thread Ileana Dumitrescu
Update of patch #10433 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for submitting this patch! Support for Sereni

[patch #10455] libtool: add support for wasm32-emscripten

2024-11-20 Thread Ileana Dumitrescu
Update of patch #10455 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for submitting this patch! Support for wasm32

[patch #10510] Supporting -S and -t flags from install-sh

2025-04-05 Thread Ileana Dumitrescu
Update of patch #10510 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Hi Julien, Thank you for your patch submission! I did

Re: [PATCH] Move mlibc case matches above GNU/Linux (and similar) ones.

2025-05-02 Thread Ileana Dumitrescu
u.org/cgit/libtool.git/commit/?h=development&id=a33094bf07116429c27625c8480de3015fc5d83e -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 OpenPGP_0x6570EA01146F7354.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

Re: [PATCH] doc: Explain how to specify library dependencies

2025-05-06 Thread Ileana Dumitrescu
ow, I will apply your patch to the development branch. -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 OpenPGP_0x6570EA01146F7354.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

[patch #9349] libtool.m4: For MS dumpbin drop CR first.

2025-05-29 Thread Ileana Dumitrescu
Update of patch #9349 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #2: Thank you for your patch! This has been applied in the d

[patch #9361] libtool.m4: preload valid C symbol names only

2025-05-29 Thread Ileana Dumitrescu
Update of patch #9361 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for your patch! This has also been applied in

Re: [PATCH] Fix flang -Wl flags on FreeBSD

2025-07-14 Thread Ileana Dumitrescu
. https://cgit.git.savannah.gnu.org/cgit/libtool.git/commit/?h=development&id=504261db0e6c9732d5ba03b94479175b58be9ff4 -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 OpenPGP_0x6570EA01146F7354.asc Description: OpenPGP public key OpenPGP_signature

Re: [PATCH] maint: fix Automake warning

2025-07-14 Thread Ileana Dumitrescu
have applied your patch to the development branch. https://cgit.git.savannah.gnu.org/cgit/libtool.git/commit/?h=development&id=f776b1462d9b16e5c4b8f72f6b729534146eb84a -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 OpenPGP_0x6570EA01146F7354