Boost won't compile on Code::Blocks

I've been trying for about 3 days trying to get boost to compile with my application and keeps build messaging these 4 errors


1
2
3
4
5
C:\boost_1_47_0\stage\lib\libboost_system-mgw45-mt-d-1_47.a(error_code.o):error_code.cpp|| undefined reference to `_Unwind_Resume'|
C:\boost_1_47_0\stage\lib\libboost_system-mgw45-mt-d-1_47.a(error_code.o):error_code.cpp|| undefined reference to `_Unwind_Resume'|
C:\boost_1_47_0\stage\lib\libboost_system-mgw45-mt-d-1_47.a(error_code.o):error_code.cpp|| undefined reference to `_Unwind_Resume'|
C:\boost_1_47_0\stage\lib\libboost_system-mgw45-mt-d-1_47.a(error_code.o):error_code.cpp:(.eh_frame+0x12)||undefined reference to `__gxx_personality_v0'|
||=== Build finished: 4 errors, 0 warnings ===|



I'm Using Code::Blocks 10.5 with MINGW G++ for C++ Compiler and I built Boost with Bootstrap with the gcc option and I linked the include Directory and Lib Directory and then all the .a's and still no luck :(
Last edited on
Topic archived. No new replies allowed.