|
From: | Paul Eggert |
Subject: | Re: [PATCH] AC_SEARCH_LIBS now searches for .lib files |
Date: | Mon, 6 Jan 2025 09:36:02 -0800 |
User-agent: | Mozilla Thunderbird |
On 2025-01-06 08:55, Antonin Décimo wrote:
Would it be a problem with "regular" compilers if the function was not present in the file specified with -lxxx, but existed in a xxx.lib file (!) in the cwd?
That sounds awkward for everyone else, no? It slows down 'configure' and might run afoul of ".lib" files present for some other purpose.
Can you work around the problem by writing a script wrapper around the compiler in question?
Or file a bug report with clang-cl? It seems odd that it'd support other options with leading minus, but not -l.
[Prev in Thread] | Current Thread | [Next in Thread] |