vdorie / treatSens

15 stars 5 forks source link

Issue with .cpp file #9

Open carnegien opened 7 years ago

carnegien commented 7 years ago

Getting the following when attempting to compile:

sensitivityAnalysis.o:sensitivityAnalysis.cpp:(.text+0x11d9): undefined reference to __gxx_personality_sj0' sensitivityAnalysis.o:sensitivityAnalysis.cpp:(.text+0x122b): undefined reference to_Unwind_SjLj_Register' sensitivityAnalysis.o:sensitivityAnalysis.cpp:(.text+0x1966): undefined reference to _Unwind_SjLj_Unregister' sensitivityAnalysis.o:sensitivityAnalysis.cpp:(.text+0x1b53): undefined reference to_Unwind_SjLj_Resume' collect2.exe: error: ld returned 1 exit status

Can't find the mentioned references in the .cpp file anywhere, so not sure what to do from here.