Hi,
I want to install DRAGON code for cosmic ray propagation in my MacOS High Sierra OS.
For installation the DRAGON code, I need GSL and CFITSIO libraries.
I put the gsl-2.5, cfitsio and DRAGON in the same folder.
First I installed gsl-2.5 by going to the gsl-2.5 folder and writing the following commands
./configure
sudo make
sudo make check
sudo make install
sudo make installcheck
Installed without any error.
I go to the
Then I successfully installed the cfitsio by going to the cfitsio folder and carrying ou the commands
./configure
make
make install
installed without error.
Then I go to the DRAGON folder and write the following commands
./start.sh
No error found
But when I wrote
./configure --with-cfitsio=$ --with-numcpu=4
it gives the following errorchecking string usability... no
checking string presence... yes
configure: WARNING: string: present but cannot be compiled
configure: WARNING: string: check for missing prerequisite headers?
configure: WARNING: string: see the Autoconf documentation
configure: WARNING: string: section "Present But Cannot Be Compiled"
configure: WARNING: string: proceeding with the compiler's result
checking for string... no
checking for gsl-config... /usr/local/bin/gsl-config
checking gsl/gsl_vector.h usability... no
checking gsl/gsl_vector.h presence... yes
configure: WARNING: gsl/gsl_vector.h: present but cannot be compiled
configure: WARNING: gsl/gsl_vector.h: check for missing prerequisite headers?
configure: WARNING: gsl/gsl_vector.h: see the Autoconf documentation
configure: WARNING: gsl/gsl_vector.h: section "Present But Cannot Be Compiled"
configure: WARNING: gsl/gsl_vector.h: proceeding with the compiler's result
checking for gsl/gsl_vector.h... no
configure: error: Cannot find some needed GSL include files
Hi, I want to install DRAGON code for cosmic ray propagation in my MacOS High Sierra OS. For installation the DRAGON code, I need GSL and CFITSIO libraries. I put the gsl-2.5, cfitsio and DRAGON in the same folder. First I installed gsl-2.5 by going to the gsl-2.5 folder and writing the following commands
Then I go to the DRAGON folder and write the following commands
No error found But when I wrote ./configure --with-cfitsio=$
it gives the following errorchecking string usability... no checking string presence... yes configure: WARNING: string: present but cannot be compiled configure: WARNING: string: check for missing prerequisite headers? configure: WARNING: string: see the Autoconf documentation configure: WARNING: string: section "Present But Cannot Be Compiled" configure: WARNING: string: proceeding with the compiler's result checking for string... no checking for gsl-config... /usr/local/bin/gsl-config checking gsl/gsl_vector.h usability... no checking gsl/gsl_vector.h presence... yes configure: WARNING: gsl/gsl_vector.h: present but cannot be compiled configure: WARNING: gsl/gsl_vector.h: check for missing prerequisite headers? configure: WARNING: gsl/gsl_vector.h: see the Autoconf documentation configure: WARNING: gsl/gsl_vector.h: section "Present But Cannot Be Compiled" configure: WARNING: gsl/gsl_vector.h: proceeding with the compiler's result checking for gsl/gsl_vector.h... no configure: error: Cannot find some needed GSL include files
Please sugggest how can I fix the problem?