Open pranny opened 9 years ago
You can change from gcc to gfortran in the minpack makefile, and that solves it. But then I got a problem with ld: ld: library not found for -lgfortran clang: error: linker command failed with exit code 1 (use -v to see invocation)
And this I have not been able to solve so far. Any ideas?
While building on Mac, I faced following issues:
I have used ceres by setting
USE_CERES=true
How do I resolve this issue?