Re: [PATCH] AC_SEARCH_LIBS now searches for .lib files
Paul Eggert <[email protected]> Mon, 6 Jan 2025 09:36:02 -0800
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Organization | UCLA Computer Science Department |
| Message-ID | <[email protected]> |
On 2025-01-06 08:55, Antonin D=C3=A9cimo 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=20 might run afoul of ".lib" files present for some other purpose. Can you work around the problem by writing a script wrapper around the=20 compiler in question? Or file a bug report with clang-cl? It seems odd that it'd support other=20 options with leading minus, but not -l.