Re: Improve Autoconf MSVC support

2024-06-03 Thread Antonin Décimo
Hi Nick, Thank you for your reply! > I guess you are not using Automake, because both of these problems > should be solved automatically by Automake. Automake replaces $CC > with invocations through a wrapper script that knows how to translate > -l and -o options into MSVC equivalents (such as -F

Improve Autoconf MSVC support

2024-06-03 Thread Antonin Décimo
Dear maintainers, I've listed three little problems I've had using MSVC and Autoconf. They stem from MSVC not accepting the same parameters from the usual unix tools. I wonder if these could be fixed. I'm happy to help with testing. Note that MSVC supports both `/param` and `-param` styles; the f