Outdated fixes for outdated eSASS version


eSASS users release 191120


Error with gsl after the execution of the make command

If the ./make command fails when using the --with-gsl= option, and the following error appear

task/ftfindhotpix/debug.h:15:10: fatal error: gsl/gsl_statistics.h: No such file or directory

then, edit the file configure.ac in the folder autoconf and change the lines 140 & 141 and add the -L$gsl_opt/lib and -I$gsl_opt/include:

LDFLAGS="$LDFLAGS -L$headas_dir/lib  -L$gsl_opt/lib"
CFLAGS="$CFLAGS -I$headas_dir/include -I$gsl_opt/include"


eSASS users release 190520


Error after the execution of the ./configure command

If the execution of the ./configure command resulted in an error, try the following:

  1. Download, from the attachments in this wikipage, the file f90_inc.mf, and place it under the directory /<my eSASS path>/sw/eSASSusers_190520/autoconf/build/.

  2. In the Makefile.am file, located in the /<my eSASS path>/sw/eSASSusers_190520/autoconf/build/ directory, below the # LINKER OPTIONS line add:

      include f90_inc.mf
  3. Execute again the ./configure command in /<my eSASS path>/sw/eSASSusers_190520/autoconf, and proceed with the next steps in the autoconf build.

EROSITAwiki: outdatedMacFixes (last edited 2020-06-04 12:36:22 by MiriamRamos)