You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that a criticism or an offer? I'll take the latter. :-)
But actually I'm not sure what you mean. Cygwin, mingw and WSL all seem like plausible ways to get this code working on Windows, autotools included. I haven't tried. If you have, feel free to report back here.
I'm not sure how much use of DWARF there is natively on Windows, so I assume your interest is in cross-tooling that runs on Windows.
MinGW will actually output DWARF data in its executables using PE sections analogous to those used on Linux. Honestly, a good plan would be to switch from Autotools to a different build system like CMake or Meson.
Since this library compiles using Autotools, it won't exactly support Windows.
The text was updated successfully, but these errors were encountered: