2013-07-29 39 views
1

因此,我用minGW v12.11最新版本安裝了Code :: Blocks。我可以輕鬆地在調試模式下編譯程序,但是當我嘗試發佈時,我收到了很多我在下面發佈的錯誤。我真的很感激重新反應。新鮮安裝Code :: Blocks發佈'_Unwind_Resume'的未定義引用

obj\Release\koniec.o:koniec.cpp|| undefined reference to `_Unwind_Resume'| 
obj\Release\koniec.o:koniec.cpp:(.eh_frame+0x43)||undefined reference to `__gxx_personality_v0'| 
obj\Release\nowa_gra.o:nowa_gra.cpp|| undefined reference to `_Unwind_Resume'| 
obj\Release\nowa_gra.o:nowa_gra.cpp:(.eh_frame+0x43)||undefined reference to `__gxx_personality_v0'| 
obj\Release\pytania\pytanie_1.o:pytanie_1.cpp:(.text.startup+0xd5)||undefined reference to `_Unwind_Resume'| 
obj\Release\pytania\pytanie_1.o:pytanie_1.cpp:(.eh_frame+0x9f)||undefined reference to `__gxx_personality_v0'| 
obj\Release\pytania\pytanie_2.o:pytanie_2.cpp:(.text.startup+0xd5)||undefined reference to `_Unwind_Resume'| 
obj\Release\pytania\pytanie_2.o:pytanie_2.cpp:(.eh_frame+0x9f)||undefined reference to `__gxx_personality_v0'| 
obj\Release\pytania\pytanie_3.o:pytanie_3.cpp:(.text.startup+0xd5)||undefined reference to `_Unwind_Resume'| 
obj\Release\pytania\pytanie_3.o:pytanie_3.cpp:(.eh_frame+0x9f)||undefined reference to `__gxx_personality_v0'| 
obj\Release\tabela_wynikow.o:tabela_wynikow.cpp|| undefined reference to `_Unwind_Resume'| 
obj\Release\tabela_wynikow.o:tabela_wynikow.cpp|| undefined reference to `_Unwind_Resume'| 
obj\Release\tabela_wynikow.o:tabela_wynikow.cpp|| undefined reference to `_Unwind_Resume'| 
obj\Release\tabela_wynikow.o:tabela_wynikow.cpp:(.eh_frame+0x43)||undefined reference to `__gxx_personality_v0'| 
obj\Release\zapis.o:zapis.cpp|| undefined reference to `_Unwind_Resume'| 
obj\Release\zapis.o:zapis.cpp|| undefined reference to `_Unwind_Resume'| 
obj\Release\zapis.o:zapis.cpp|| undefined reference to `_Unwind_Resume'| 
obj\Release\zapis.o:zapis.cpp:(.eh_frame+0x43)||undefined reference to `__gxx_personality_v0'| 
||=== Build finished: 18 errors, 0 warnings (0 minutes, 0 seconds) ===| 

回答

0

問題是我打開了一些舊的項目,這就是爲什麼當我編寫一個新的編譯順利時,它會發生錯誤。