Hi, Colin - > I'm currently trying to determine the level of effort required to > compile Elfutils for Windows using MinGW. I'd like to get a version > of Elfutils compiled with libdebginfod in order to compile GDB with > debuginfod support on Windows. I've currently explored two > avenues...
Nice. Please be aware of the distinct configury options to build the debuginfod client (library linked into gdb) and the server (program). Some of the packages you're looking for ("fts") are only used on the server, so you wouldn't need them for your gdb project. .../configure --help: --enable-libdebuginfod Build debuginfod client library (can be =dummy) --enable-debuginfod Build debuginfod server --enable-debuginfod-urls[=URLS] (I'm sorry I can't be more helpful with your substantial questions.) - FChE