Hello,

MinGW was installed manually to have g++ 4.4.0 etc. available.

Building any Qt application from QtCreator with this MinGW leads to the following linker errors:

Qt Code:
  1. debug/....o: In function `Z5qMainiPPc':
  2. F:/....cpp:4: undefined reference to `__gxx_personality_sj0'
  3. F:/....cpp:4: undefined reference to `_Unwind_SjLj_Register'
  4. F:/....cpp:6: undefined reference to `_Unwind_SjLj_Resume'
  5. F:/....cpp:6: undefined reference to `_Unwind_SjLj_Unregister'
  6. collect2: ld returned 1 exit status
To copy to clipboard, switch view to plain text mode 

What to do to resolve these errors?

Thanks and Best Regards

Lars