Simon Josefsson wrote: > > checking for preferred C# implementation... any > > checking for C# compiler... no > > > > which indicates that the patch that I added today likely fixes it. > > https://lists.gnu.org/archive/html/bug-gnulib/2024-10/msg00046.html > > No, it has gnulib b0edcb79e with that patch. Something is causing it to > not detect dotnet, the config.log or config.h may help but I didn't find > any useful clues in them.
Hmm. Maybe the exit code of the command 'dotnet --list-runtimes' was non-zero? (I don't see anything else when looking at m4/csharpcomp.m4.) Bruno