On 5/28/2017 5:06 PM, niXman wrote:
Edward Diener 2017-05-28 21:53:

That does not seem very limiting. ELF and PE/COFF covers all popular
object file formats on Linux and Windows respectively and surely just
about everyone not using VC++ uses DWARF rather than sjlj.

As I know, for windows targets DWARF is available only for 32bit targets.(But I can be wrong...)


How would I build this above-linked libbacktrace in mingw-64 for
myself ? Am I supposed to use the current mingw-64 build script to do
so and just copy the aforementioned 3 files to some final directories
?

1) clone mingw-builds scripts into your home dir.
2) cd mingw-builds
3) switch to develop branch
4) ./build --mode=gcc-7.1.0 --bootstrap --buildroot=/c/mingw710 --threads=posix --exceptions=dwarf --arch=i686 --bin-compress --jobs=2 --rev=0 --rt-version=v5

Following instructions I eventually get under MSYS2:

-> libiconv
--> download libiconv-1.14.tar.gz... done
--> unpack libiconv-1.14.tar.gz... done
--> patching...
Not found level for patch libiconv/0001-compile-relocatable-in-gnulib.mingw.patch, error=2

If the building of mingw-w64 in your environment is successful, I will tell you which files and where to copy to.





------------------------------------------------------------------------------
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

Reply via email to