I do not get an error message from this include in main.
#include "./gsl-1.13/linalg/gsl_linalg.h"
But in gsl_linalg.h this include
#ifndef __GSL_LINALG_H__
#define __GSL_LINALG_H__
#include "./gsl-1.13/gsl_mode.h"
gives me an error saying no such file or directory.
Its there. I checked.
#include "./gsl-1.13/linalg/gsl_linalg.h"
But in gsl_linalg.h this include
#ifndef __GSL_LINALG_H__
#define __GSL_LINALG_H__
#include "./gsl-1.13/gsl_mode.h"
gives me an error saying no such file or directory.
Its there. I checked.