Hello,
I'm trying to link my program to a library and a header (that I wrote). So I tried using project-> add files and adding my source code and my header files to the project. They seem to be in the project, but when I try to compile, it doesn't work. I'm getting weird errors like "
obj\Debug\Matrice_librairie.o||In function `Z11scalar_multRKSt6vectorIdSaIdEEiid':|
C:\Users\Etudiant\Desktop\Calcul_matriciel\Matrice_librairie.cpp|33|undefined reference to `__gxx_personality_sj0'|
C:\Users\Etudiant\Desktop\Calcul_matriciel\Matrice_librairie.cpp|33|undefined reference to `_Unwind_SjLj_Register'|
C:\Users\Etudiant\Desktop\Calcul_matriciel\Matrice_librairie.cpp|39|undefined reference to `_Unwind_SjLj_Resume'|
C:\Users\Etudiant\Desktop\Calcul_matriciel\Matrice_librairie.cpp|39|undefined reference to `_Unwind_SjLj_Unregister'|
"
I don't understand how to fix it, could anyone help me ?
I hope I was allowed to ask this in here, I wasn't sure the problem is from code::blocks :/
Thanks!