Hello, I get the following error when trying to install the library with "$ sudo make install"
Making install in gsl make[1]: Entering directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/gsl' make[2]: Entering directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/gsl' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/gsl' make[1]: Leaving directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/gsl' Making install in utils make[1]: Entering directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/utils' make[2]: Entering directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/utils' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/utils' make[1]: Leaving directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/utils' Making install in sys make[1]: Entering directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/sys' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo minmax.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -fPIC -DPIC -o .libs/minmax.o minmax.c:26:28: fatal error: gsl/gsl_minmax.h: No such file or directory compilation terminated. make[1]: *** [minmax.lo] Error 1 make[1]: Leaving directory `/home/hmorales/Programs/pythonLibs/gsl-1.16/sys' make: *** [install-recursive] Error 1 Cheers, -- *HernĂ¡n Morales* PhD candidate School of Biological Sciences Monash University, Melbourne Clayton Campus 3800 Victoria, Australia Ph: +61 3 99053844 http://hernan-morales.weebly.com/ / https://sites.google.com/site/sunnucksresearchgroup/home
