I want build levmar-2.5 math library on a mac using the included Makefile. It requires LAPACK, another math library which is included in the Accelerate Framework. I do
You need to pass -framework Accelerate to gcc. You also need to#include . Details are here.
-framework Accelerate
#include