Cython – Export my lib to a .so file and use in a C program – Symbols not found
I’m learning cython and the exercise I’m doing wants me to make a lib (.so) to use in a C program (already compiled), that require that lib. I already have done the lib. It is working.