FreeImage not linking?

BlitzMax Forums/Brucey's Modules/FreeImage not linking?

JoshK(Posted 2011) [#1]
I get this error when I try compiling a program that imports FreeImage.mod:
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(pngerror.c.release.win32.x86.o):pngerror.c:(.text+0x13): undefined reference to `__mingw_vfprintf'

Everything seems up to date, with revision 1246.


JoshK(Posted 2011) [#2]
Installed the latest version of BMX and MinGW, and now I just get a wall of text:

C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Plugin.cpp.release.win32.x86.o):Plugin.cpp:(.text+0xd89): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Plugin.cpp.release.win32.x86.o):Plugin.cpp:(.eh_frame+0x63f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(freeimageglue.cpp.release.win32.x86.o):freeimageglue.cpp:(.text+0x1ac): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(freeimageglue.cpp.release.win32.x86.o):freeimageglue.cpp:(.text+0x8ed): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(freeimageglue.cpp.release.win32.x86.o):freeimageglue.cpp:(.text+0xf06): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(freeimageglue.cpp.release.win32.x86.o):freeimageglue.cpp:(.text+0xfa6): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(freeimageglue.cpp.release.win32.x86.o):freeimageglue.cpp:(.text+0x1211): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(freeimageglue.cpp.release.win32.x86.o):freeimageglue.cpp:(.text+0x15b9): more undefined references to `_Unwind_Resume' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(freeimageglue.cpp.release.win32.x86.o):freeimageglue.cpp:(.eh_frame+0x117): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BitmapAccess.cpp.release.win32.x86.o):BitmapAccess.cpp:(.text+0x1739): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BitmapAccess.cpp.release.win32.x86.o):BitmapAccess.cpp:(.text+0x20c5): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BitmapAccess.cpp.release.win32.x86.o):BitmapAccess.cpp:(.text+0x2173): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BitmapAccess.cpp.release.win32.x86.o):BitmapAccess.cpp:(.text+0x257c): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BitmapAccess.cpp.release.win32.x86.o):BitmapAccess.cpp:(.text$_ZNSt8_Rb_treeISsSt4pairIKSsP5FITAGESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_[__ZNSt8_Rb_treeISsSt4pairIKSsP5FITAGESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_]+0xdc): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BitmapAccess.cpp.release.win32.x86.o):BitmapAccess.cpp:(.eh_frame+0x6cf): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BitmapAccess.cpp.release.win32.x86.o):BitmapAccess.cpp:(.eh_frame$_ZNSt8_Rb_treeISsSt4pairIKSsP5FITAGESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginBMP.cpp.release.win32.x86.o):PluginBMP.cpp:(.text+0xecb): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginBMP.cpp.release.win32.x86.o):PluginBMP.cpp:(.text+0x1da1): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginBMP.cpp.release.win32.x86.o):PluginBMP.cpp:(.eh_frame+0x1b7): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginICO.cpp.release.win32.x86.o):PluginICO.cpp:(.text+0xf0e): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginICO.cpp.release.win32.x86.o):PluginICO.cpp:(.eh_frame+0x1df): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJPEG.cpp.release.win32.x86.o):PluginJPEG.cpp:(.text+0x1341): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJPEG.cpp.release.win32.x86.o):PluginJPEG.cpp:(.text+0x239b): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJPEG.cpp.release.win32.x86.o):PluginJPEG.cpp:(.text+0x2407): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJPEG.cpp.release.win32.x86.o):PluginJPEG.cpp:(.eh_frame+0x303): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginMNG.cpp.release.win32.x86.o):PluginMNG.cpp:(.text+0x2fd): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginMNG.cpp.release.win32.x86.o):PluginMNG.cpp:(.text+0x356): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginMNG.cpp.release.win32.x86.o):PluginMNG.cpp:(.eh_frame+0x133): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginKOALA.cpp.release.win32.x86.o):PluginKOALA.cpp:(.text+0xda): undefined reference to `__chkstk_ms'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPNM.cpp.release.win32.x86.o):PluginPNM.cpp:(.text+0xe6d): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPNM.cpp.release.win32.x86.o):PluginPNM.cpp:(.text+0xebe): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPNM.cpp.release.win32.x86.o):PluginPNM.cpp:(.eh_frame+0x13f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPCD.cpp.release.win32.x86.o):PluginPCD.cpp:(.text+0x4ea): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPCD.cpp.release.win32.x86.o):PluginPCD.cpp:(.text+0x561): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPCD.cpp.release.win32.x86.o):PluginPCD.cpp:(.eh_frame+0xe3): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPCX.cpp.release.win32.x86.o):PluginPCX.cpp:(.text+0xb93): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPCX.cpp.release.win32.x86.o):PluginPCX.cpp:(.text+0xc0e): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPCX.cpp.release.win32.x86.o):PluginPCX.cpp:(.eh_frame+0x14f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPNG.cpp.release.win32.x86.o):PluginPNG.cpp:(.text+0xb96): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPNG.cpp.release.win32.x86.o):PluginPNG.cpp:(.text+0xbc7): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPNG.cpp.release.win32.x86.o):PluginPNG.cpp:(.text+0x14e3): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPNG.cpp.release.win32.x86.o):PluginPNG.cpp:(.text+0x1b54): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPNG.cpp.release.win32.x86.o):PluginPNG.cpp:(.eh_frame+0x133): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAS.cpp.release.win32.x86.o):PluginRAS.cpp:(.text+0x92e): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAS.cpp.release.win32.x86.o):PluginRAS.cpp:(.text+0x9e9): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAS.cpp.release.win32.x86.o):PluginRAS.cpp:(.eh_frame+0x14f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginTARGA.cpp.release.win32.x86.o):PluginTARGA.cpp:(.text+0x2d2e): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginTARGA.cpp.release.win32.x86.o):PluginTARGA.cpp:(.text+0x2d83): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginTARGA.cpp.release.win32.x86.o):PluginTARGA.cpp:(.eh_frame+0x24b): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginTIFF.cpp.release.win32.x86.o):PluginTIFF.cpp:(.text+0x18e9): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginTIFF.cpp.release.win32.x86.o):PluginTIFF.cpp:(.text+0x196e): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginTIFF.cpp.release.win32.x86.o):PluginTIFF.cpp:(.text+0x2d02): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginTIFF.cpp.release.win32.x86.o):PluginTIFF.cpp:(.text+0x41c5): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginTIFF.cpp.release.win32.x86.o):PluginTIFF.cpp:(.eh_frame+0x37b): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginWBMP.cpp.release.win32.x86.o):PluginWBMP.cpp:(.text+0x352): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginWBMP.cpp.release.win32.x86.o):PluginWBMP.cpp:(.text+0x3dd): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginWBMP.cpp.release.win32.x86.o):PluginWBMP.cpp:(.text+0x5ca): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginWBMP.cpp.release.win32.x86.o):PluginWBMP.cpp:(.text+0x623): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginWBMP.cpp.release.win32.x86.o):PluginWBMP.cpp:(.eh_frame+0xf3): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPSD.cpp.release.win32.x86.o):PluginPSD.cpp:(.text+0x165): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPSD.cpp.release.win32.x86.o):PluginPSD.cpp:(.eh_frame+0xf7): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginCUT.cpp.release.win32.x86.o):PluginCUT.cpp:(.text+0x363): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginCUT.cpp.release.win32.x86.o):PluginCUT.cpp:(.text+0x4b9): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginCUT.cpp.release.win32.x86.o):PluginCUT.cpp:(.eh_frame+0xdf): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXBM.cpp.release.win32.x86.o):PluginXBM.cpp:(.text+0x86c): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXBM.cpp.release.win32.x86.o):PluginXBM.cpp:(.text+0x922): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXBM.cpp.release.win32.x86.o):PluginXBM.cpp:(.eh_frame+0x163): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.text+0x2a1): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.text+0x403): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.text+0x1145): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.text+0x16d4): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.text$_ZNSt8_Rb_treeISsSt4pairIKSs12tagFILE_RGBAESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_[__ZNSt8_Rb_treeISsSt4pairIKSs12tagFILE_RGBAESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_]+0xdc): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.text$_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_[__ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_]+0xb3): more undefined references to `_Unwind_Resume' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.eh_frame+0x11f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.eh_frame$_ZNSt8_Rb_treeISsSt4pairIKSs12tagFILE_RGBAESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.eh_frame$_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginXPM.cpp.release.win32.x86.o):PluginXPM.cpp:(.eh_frame$_ZNSt3mapIjSsSt4lessIjESaISt4pairIKjSsEEEixERS3_+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginGIF.cpp.release.win32.x86.o):PluginGIF.cpp:(.text+0x1a29): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginGIF.cpp.release.win32.x86.o):PluginGIF.cpp:(.text+0x1a90): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginGIF.cpp.release.win32.x86.o):PluginGIF.cpp:(.text+0x1da9): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginGIF.cpp.release.win32.x86.o):PluginGIF.cpp:(.text+0x22a1): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginGIF.cpp.release.win32.x86.o):PluginGIF.cpp:(.text+0x234e): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginGIF.cpp.release.win32.x86.o):PluginGIF.cpp:(.text+0x248a): undefined reference to `__chkstk_ms'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginGIF.cpp.release.win32.x86.o):PluginGIF.cpp:(.text+0x29fd): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginGIF.cpp.release.win32.x86.o):PluginGIF.cpp:(.text+0x2e17): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginGIF.cpp.release.win32.x86.o):PluginGIF.cpp:(.eh_frame+0x377): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginHDR.cpp.release.win32.x86.o):PluginHDR.cpp:(.text+0xb2d): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginHDR.cpp.release.win32.x86.o):PluginHDR.cpp:(.text+0xb52): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginHDR.cpp.release.win32.x86.o):PluginHDR.cpp:(.eh_frame+0x1cf): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginG3.cpp.release.win32.x86.o):PluginG3.cpp:(.text+0x5f8): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginG3.cpp.release.win32.x86.o):PluginG3.cpp:(.text+0x769): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginG3.cpp.release.win32.x86.o):PluginG3.cpp:(.eh_frame+0x12f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginSGI.cpp.release.win32.x86.o):PluginSGI.cpp:(.text+0x6d6): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginSGI.cpp.release.win32.x86.o):PluginSGI.cpp:(.text+0x798): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginSGI.cpp.release.win32.x86.o):PluginSGI.cpp:(.eh_frame+0xe3): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.text+0x2a9): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.text+0x79c): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.text+0xa02): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.text+0xab4): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.text+0x14e4): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.text+0x2934): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.text+0x2a01): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_[__ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_]+0x6c): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_PKS3_[__ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_PKS3_]+0x4d): more undefined references to `_Unwind_Resume' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.eh_frame+0x187): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.eh_frame$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginEXR.cpp.release.win32.x86.o):PluginEXR.cpp:(.eh_frame$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_PKS3_+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJ2K.cpp.release.win32.x86.o):PluginJ2K.cpp:(.text+0x15a): undefined reference to `__chkstk_ms'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJ2K.cpp.release.win32.x86.o):PluginJ2K.cpp:(.text+0x301): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJ2K.cpp.release.win32.x86.o):PluginJ2K.cpp:(.text+0x35c): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJ2K.cpp.release.win32.x86.o):PluginJ2K.cpp:(.text+0x3ea): undefined reference to `__chkstk_ms'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJ2K.cpp.release.win32.x86.o):PluginJ2K.cpp:(.text+0x5ae): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJ2K.cpp.release.win32.x86.o):PluginJ2K.cpp:(.text+0x6dc): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJ2K.cpp.release.win32.x86.o):PluginJ2K.cpp:(.eh_frame+0x11b): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJP2.cpp.release.win32.x86.o):PluginJP2.cpp:(.text+0x19a): undefined reference to `__chkstk_ms'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJP2.cpp.release.win32.x86.o):PluginJP2.cpp:(.text+0x341): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJP2.cpp.release.win32.x86.o):PluginJP2.cpp:(.text+0x39c): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJP2.cpp.release.win32.x86.o):PluginJP2.cpp:(.text+0x42a): undefined reference to `__chkstk_ms'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJP2.cpp.release.win32.x86.o):PluginJP2.cpp:(.text+0x5ee): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJP2.cpp.release.win32.x86.o):PluginJP2.cpp:(.text+0x71c): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginJP2.cpp.release.win32.x86.o):PluginJP2.cpp:(.eh_frame+0x11b): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPFM.cpp.release.win32.x86.o):PluginPFM.cpp:(.text+0x807): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPFM.cpp.release.win32.x86.o):PluginPFM.cpp:(.text+0x96e): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPFM.cpp.release.win32.x86.o):PluginPFM.cpp:(.eh_frame+0x17f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPICT.cpp.release.win32.x86.o):PluginPICT.cpp:(.text+0xf2b): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPICT.cpp.release.win32.x86.o):PluginPICT.cpp:(.text+0x1def): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPICT.cpp.release.win32.x86.o):PluginPICT.cpp:(.text+0x2141): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginPICT.cpp.release.win32.x86.o):PluginPICT.cpp:(.eh_frame+0x323): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0x219): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0x2a0): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0x3e2): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0x4cf): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0x5c6): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0x63b): more undefined references to `_Unwind_Resume' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0x64a): undefined reference to `__chkstk_ms'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0x940): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0x9ea): undefined reference to `__chkstk_ms'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text+0xb15): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.text$_ZN27LibRaw_freeimage_datastream9scanf_oneEPKcPv[__ZN27LibRaw_freeimage_datastream9scanf_oneEPKcPv]+0x141): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.eh_frame+0xdf): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PluginRAW.cpp.release.win32.x86.o):PluginRAW.cpp:(.eh_frame$_ZN27LibRaw_freeimage_datastream9scanf_oneEPKcPv+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Rescale.cpp.release.win32.x86.o):Rescale.cpp:(.text+0x3ab): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Rescale.cpp.release.win32.x86.o):Rescale.cpp:(.eh_frame+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ClassicRotate.cpp.release.win32.x86.o):ClassicRotate.cpp:(.text+0x190d): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ClassicRotate.cpp.release.win32.x86.o):ClassicRotate.cpp:(.eh_frame+0xdf): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BSplineRotate.cpp.release.win32.x86.o):BSplineRotate.cpp:(.text+0x107c): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BSplineRotate.cpp.release.win32.x86.o):BSplineRotate.cpp:(.text+0x1273): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(BSplineRotate.cpp.release.win32.x86.o):BSplineRotate.cpp:(.eh_frame+0x10b): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Conversion.cpp.release.win32.x86.o):Conversion.cpp:(.text+0xcaf): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Conversion.cpp.release.win32.x86.o):Conversion.cpp:(.eh_frame+0x1eb): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(JPEGTransform.cpp.release.win32.x86.o):JPEGTransform.cpp:(.text+0x56a): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(JPEGTransform.cpp.release.win32.x86.o):JPEGTransform.cpp:(.text+0x5f5): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(JPEGTransform.cpp.release.win32.x86.o):JPEGTransform.cpp:(.text+0x622): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(JPEGTransform.cpp.release.win32.x86.o):JPEGTransform.cpp:(.text+0x718): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(JPEGTransform.cpp.release.win32.x86.o):JPEGTransform.cpp:(.text+0x745): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(JPEGTransform.cpp.release.win32.x86.o):JPEGTransform.cpp:(.text+0x7d5): more undefined references to `_Unwind_Resume' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(JPEGTransform.cpp.release.win32.x86.o):JPEGTransform.cpp:(.eh_frame+0x73): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x2b): undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x18e): undefined reference to `std::__detail::_List_node_base::_M_unhook()'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x1ae): undefined reference to `std::__detail::_List_node_base::_M_unhook()'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x1fd): undefined reference to `std::__detail::_List_node_base::_M_unhook()'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x6f9): undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x884): undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0xbbc): undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0xcaf): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x1060): undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x11c7): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x15fa): undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x16f7): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.text+0x1c71): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(MultiPage.cpp.release.win32.x86.o):MultiPage.cpp:(.eh_frame+0x2e3): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagConversion.cpp.release.win32.x86.o):TagConversion.cpp:(.text+0x26b0): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagConversion.cpp.release.win32.x86.o):TagConversion.cpp:(.text+0x26d7): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagConversion.cpp.release.win32.x86.o):TagConversion.cpp:(.text+0x2725): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagConversion.cpp.release.win32.x86.o):TagConversion.cpp:(.text+0x2750): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagConversion.cpp.release.win32.x86.o):TagConversion.cpp:(.text+0x2762): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagConversion.cpp.release.win32.x86.o):TagConversion.cpp:(.text+0x27a6): more undefined references to `_Unwind_Resume' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagConversion.cpp.release.win32.x86.o):TagConversion.cpp:(.eh_frame+0x10f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagLib.cpp.release.win32.x86.o):TagLib.cpp:(.text+0x45e): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagLib.cpp.release.win32.x86.o):TagLib.cpp:(.text+0x4da): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(TagLib.cpp.release.win32.x86.o):TagLib.cpp:(.eh_frame+0xcb): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IPTC.cpp.release.win32.x86.o):IPTC.cpp:(.text+0x991): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IPTC.cpp.release.win32.x86.o):IPTC.cpp:(.text+0xf93): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IPTC.cpp.release.win32.x86.o):IPTC.cpp:(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs[__ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs]+0x225): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IPTC.cpp.release.win32.x86.o):IPTC.cpp:(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs[__ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs]+0x363): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IPTC.cpp.release.win32.x86.o):IPTC.cpp:(.eh_frame+0x7f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IPTC.cpp.release.win32.x86.o):IPTC.cpp:(.eh_frame$_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Exif.cpp.release.win32.x86.o):Exif.cpp:(.text+0x1964): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Exif.cpp.release.win32.x86.o):Exif.cpp:(.text+0x19ab): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Exif.cpp.release.win32.x86.o):Exif.cpp:(.text$_ZNSt11_Deque_baseItSaItEE17_M_initialize_mapEj[__ZNSt11_Deque_baseItSaItEE17_M_initialize_mapEj]+0xf1): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Exif.cpp.release.win32.x86.o):Exif.cpp:(.text$_ZNSt11_Deque_baseIPKhSaIS1_EE17_M_initialize_mapEj[__ZNSt11_Deque_baseIPKhSaIS1_EE17_M_initialize_mapEj]+0xf3): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Exif.cpp.release.win32.x86.o):Exif.cpp:(.text$_ZNSt11_Deque_baseIN6TagLib7MDMODELESaIS1_EE17_M_initialize_mapEj[__ZNSt11_Deque_baseIN6TagLib7MDMODELESaIS1_EE17_M_initialize_mapEj]+0xf3): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Exif.cpp.release.win32.x86.o):Exif.cpp:(.eh_frame+0x12f): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Exif.cpp.release.win32.x86.o):Exif.cpp:(.eh_frame$_ZNSt11_Deque_baseItSaItEE17_M_initialize_mapEj+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Exif.cpp.release.win32.x86.o):Exif.cpp:(.eh_frame$_ZNSt11_Deque_baseIPKhSaIS1_EE17_M_initialize_mapEj+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(Exif.cpp.release.win32.x86.o):Exif.cpp:(.eh_frame$_ZNSt11_Deque_baseIN6TagLib7MDMODELESaIS1_EE17_M_initialize_mapEj+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(pngerror.c.release.win32.x86.o):pngerror.c:(.text+0xbb): undefined reference to `__mingw_vfprintf'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(half.cpp.release.win32.x86.o):half.cpp:(.text+0x170): undefined reference to `std::ostream& std::ostream::_M_insert<double>(double)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(half.cpp.release.win32.x86.o):half.cpp:(.text+0x194): undefined reference to `std::istream& std::istream::_M_extract<float>(float&)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(half.cpp.release.win32.x86.o):half.cpp:(.text+0x270): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(half.cpp.release.win32.x86.o):half.cpp:(.text+0x28f): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(half.cpp.release.win32.x86.o):half.cpp:(.text+0x2f0): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(half.cpp.release.win32.x86.o):half.cpp:(.text+0x30f): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(XTIFF.cpp.release.win32.x86.o):XTIFF.cpp:(.text+0x684): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(XTIFF.cpp.release.win32.x86.o):XTIFF.cpp:(.text+0x696): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(XTIFF.cpp.release.win32.x86.o):XTIFF.cpp:(.eh_frame+0x57): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PSDParser.cpp.release.win32.x86.o):PSDParser.cpp:(.text+0xf45): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PSDParser.cpp.release.win32.x86.o):PSDParser.cpp:(.text+0x14df): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PSDParser.cpp.release.win32.x86.o):PSDParser.cpp:(.text+0x22fa): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(PSDParser.cpp.release.win32.x86.o):PSDParser.cpp:(.eh_frame+0x3e7): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IexBaseExc.cpp.release.win32.x86.o):IexBaseExc.cpp:(.text+0x188): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IexBaseExc.cpp.release.win32.x86.o):IexBaseExc.cpp:(.text+0x248): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IexBaseExc.cpp.release.win32.x86.o):IexBaseExc.cpp:(.text+0x2a6): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IexBaseExc.cpp.release.win32.x86.o):IexBaseExc.cpp:(.text+0x4bc): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IexBaseExc.cpp.release.win32.x86.o):IexBaseExc.cpp:(.text+0x677): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IexBaseExc.cpp.release.win32.x86.o):IexBaseExc.cpp:(.text+0x88c): more undefined references to `_Unwind_Resume' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IexBaseExc.cpp.release.win32.x86.o):IexBaseExc.cpp:(.eh_frame+0xb3): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IexThrowErrnoExc.cpp.release.win32.x86.o):IexThrowErrnoExc.cpp:(.text+0xed): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(IexThrowErrnoExc.cpp.release.win32.x86.o):IexThrowErrnoExc.cpp:(.eh_frame+0x4b): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x209): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x229): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x241): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x251): undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x269): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x2c2): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x2fc): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x4cf): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x60f): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1000): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x101f): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x103b): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x122f): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x124e): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x126a): more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x140d): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x141f): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1592): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x15b1): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x15cd): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1617): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x178f): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x17ae): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x17ca): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1814): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1987): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x19a6): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x19c2): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1a0c): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1b7f): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1b9e): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1bba): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1c04): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1d77): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1d96): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1db2): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1dfc): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1f6f): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1f8e): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1faa): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x1ff4): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x2167): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x2186): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x21a2): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x21ec): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x235f): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x237e): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x239a): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x23e4): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x248f): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x24f8): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x25c2): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x2631): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.text+0x2795): more undefined references to `_Unwind_Resume' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.eh_frame+0x7b): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.eh_frame$_ZNK3Imf14TypedAttributeINS_11CompressionEE4copyEv+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.eh_frame$_ZN3Imf14TypedAttributeINS_11CompressionEE16makeNewAttributeEv+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.eh_frame$_ZNK3Imf14TypedAttributeIdE4copyEv+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.eh_frame$_ZN3Imf14TypedAttributeIdE16makeNewAttributeEv+0x13): undefined reference to `__gxx_personality_v0'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfHeader.cpp.release.win32.x86.o):ImfHeader.cpp:(.eh_frame$_ZNK3Imf14TypedAttributeINS_6EnvmapEE4copyEv+0x13): more undefined references to `__gxx_personality_v0' follow
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfChannelList.cpp.release.win32.x86.o):ImfChannelList.cpp:(.text+0x17f): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfChannelList.cpp.release.win32.x86.o):ImfChannelList.cpp:(.text+0x2bf): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfChannelList.cpp.release.win32.x86.o):ImfChannelList.cpp:(.text+0x7e9): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfChannelList.cpp.release.win32.x86.o):ImfChannelList.cpp:(.text+0x989): undefined reference to `_Unwind_Resume'
C:/Program Files/BlitzMax/mod/bah.mod/freeimage.mod/freeimage.release.win32.x86.a(ImfChannelList.cpp.release.win32.x86.o):ImfChannelList.cpp:(.text+0xbc3): undefined

[


kfprimm(Posted 2011) [#3]
Not to insult your intelligence or anything, but did you rebuild the module?


skn3(Posted 2011) [#4]
Anything to do with the switch over to different mingw in latest version of bmax?


Russell(Posted 2011) [#5]
I put the version of mingw mentioned here: http://blitzbasic.com/Community/posts.php?topic=95892 (direct download here: http://nuwen.net/files/mingw/mingw-7.2.exe ), downloaded the latest version of Bmax and made just the usual changes to the environmental variables (MinGW = C:\MinGW, added ";C:\MinGW\bin" to the end of the path variable), rebooted and everything worked fine the first time. Which is usually NOT the case! I wish the Bmax distro included the necessary minGW files so us Windows users don't have these problems anymore. I'm pretty sure the license for minGW would allow this.

Russell

p.s. JoshK, did you ever get this working?

Last edited 2011


Impi(Posted 2012) [#6]
Same problem here. I reverted back to 1.42.