I\'m working in OSX and I\'m attempting to run a make file and when I try I get the following:
ld: library not found for -lgsl clang: error: linker command f
I got the same issue and here is how I fixed it:
export LIBRARY_PATH=/usr/local/Cellar/gsl/1.16/lib/
I had previously installed gsl using:
brew install gsl