brew install gsl
- no trouble
quickly make a Mac app which uses gsl, to check it is working. (Handy example here.) - no trouble
are they there in /include and /lib - yes they are
Result .......
file not found :/
What to do about this tragedy?
For the sake of anyone googling here, user @Amadeus solved the issue:
the brew install gsl
build does not include /gsl as such
you can indeed #include <gsl/gsl_blas.h>
or any other
However!