Hello
I am trying to build a fortran project with a 'c' library named PETSc. During compilation some functions are missing, and they appear as unresolved externals after linking. It seems that the problem is the underscore prefix inside the 'c' funtions. How can I turn off that option to avoid these errors?
thanks