niXman
niXman
git it. looks like a huge piece of work that I'm not ready to take on now.
This error indicates that libpthread.a previously been built by the compiler using SJLJ exceptions: > E:/mingw920/x86_64-920-posix-seh-rt_v700-s/mingw64/mingw/lib/../lib/libpthread.a(libwinpthread_la-thread.o):thread.c:(.text+0xc6d): undefined reference to `_setjmp' please remove the `E:/mingw920/x86_64-920-posix-seh-rt_v700-s` dir and start again.
make sure the environment variables are not changed. for example, there should be nothing like `export CC=g++` etc
or just reinstall MSYS2
sorry, but I have no other idea...
@Prince213 try to rebuild using this cmdline: `./build --mode=gcc-9.2.0 --jobs=2 --no-multilib --no-extras --static-gcc --rt-version=v7.0.0 --with-default-msvcrt=ucrt --enable-languages=c,c++ --buildroot=/e/mingw920 --threads=posix --exceptions=seh --arch=x86_64 --bootstrap`
just try `--bootstrap` with clean scripts from the `develop` branch
> Why `--bootstrap`? @Prince213 any luck?
great! patched are welcome ;)
@labba could you please close the issue if is solved?