Edward Diener 2017-05-27 23:37: Hi,
Do I use msys2 in order to build libbacktrace ? When building do I need to use the version of mingw-64/gcc for which I will be using libbacktrace when I eventually use mingw-64/gcc as my compiler ? If I need to do that do I just add the mingw-64/gcc compiler to the beginning of my msys2 path ? I have used various versions of mingw-64/gcc binaries in order to test Boost libraries but I have never built another library for use by any particular version of mingw-64/gcc, which is why I am asking these questions.
You can just use the mingw-builds[1] scripts that are used to build the official mingw-w64 toolchains. But the problem is yesterday I rebuild gcc-7-branch and in the logs of the builbing I can see libbacktrace has successfully builded, but not installed.
In accordance with this message[2], the libbacktrace should not be installed in the destination directory because the developers find an it inner instrument of GCC.
[1] https://github.com/niXman/mingw-builds [2] https://gcc.gnu.org/ml/gcc/2013-05/msg00174.html -- 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
