Edward Diener 2017-05-28 16:32:
2) libbacktrace can be part of a mingw-64 distribution but relies on other files in that distribution ?
Yes.
I see in [2] below that there was a discussion of making libbacktrace standalone, but it appears that in the 4 years from that discussion that it was never followed through.
I can make the libbacktrace part of the mingw-w64 distribution. In order to do this I should copy the three files(libbacktrace.a, backtrace.h, gstdint.h) from the GCC build tree.
But pay attention to the limited possibilities of libbacktrace, the developer[1] of this library writes about:
As of September 2016, libbacktrace only supports ELF and PE/COFF executables with DWARF debugging information.
[1] https://github.com/ianlancetaylor/libbacktrace -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
