Unwind_resume is part of Unwind_resume is part of gcc's exception handler (according to goole :). You need to enable exceptions library (e.g. via linking by g++, not gcc) on link stage. -- Alex Tutubalin @LibRaw LLC reply
Unwind_resume is part of gcc's exception handler (according to goole :).
You need to enable exceptions library (e.g. via linking by g++, not gcc) on link stage.