GSL installation

Dear all,

I installed Root 6.08/02 in my macOS Sierra 10.12.3 and I am having troubles with GSL library. I installed the latter as follow:

./configure --disable-shared
make
make install

And when I include for example “#include <gsl/gsl_integration.h>” in my macro, it does not work anymore:

fatal error: ‘gsl/gsl_integration.h’ file not found

Any idea?

Thanks for helping me!

Diego

Dear Diego,

If you build ROOT with CMake:

root.cern.ch/building-root

you can include an option to build GSL as well, if it is not in your system already:

-Dbuiltin_gsl=ON

That should help you with your error.

Cheers,

Enric

Dear Enric,

Thanks a lot, it is working now!

Cheers,

Diego