Hi, I'm trying to build gcc-5.2(i686-posix-sjlj) but faced with error when libgcc is configured for stage1: "checking for suffix of object files... error: cannot compute suffix of object files: cannot compile"
The full log is here: https://gist.github.com/niXman/f135bf22628089a58f69 'libgcc/config.log' here: https://gist.github.com/niXman/32dde8c4a0202d2f1357 As I can see, in the 'libgcc/config.log' there are two types of errors: 1. "fatal error: error closing -: Broken pipe" 2. "error while loading shared libraries: ?: cannot open shared object file: No such file or directory" Any ideas? Thanks! P.S. Before that, I have successfully built gcc-5.2 as x86_64-posix-sjlj. ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
