Skip to content

Make all fails with error: No such file or directory #include <gsl/gsl_rng.h> #12

Description

@Samashoon

Hi,

I try to install Piranha 1.2.1 but "make all" step gives the following error:

...
g++ -Wall -fPIC -fmessage-length=50 -O3 -c -o ../common/NegativeBinomial.o ../common/NegativeBinomial.cpp -I/draco/u/samas/piranha/piranha-1.2.1/src/smithlab_cpp -I../common/
../common/NegativeBinomial.cpp:44:25: fatal error: gsl/gsl_rng.h
: No such file or directory
#include <gsl/gsl_rng.h>
^
compilation terminated.
Makefile:55: recipe for target '../common/NegativeBinomial.o' failed
make[2]: *** [../common/NegativeBinomial.o] Error 1
make[2]: Leaving directory '/draco/u/samas/piranha/piranha-1.2.1/src/progs'
Makefile:27: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/draco/u/samas/piranha/piranha-1.2.1/src'
Makefile:27: recipe for target 'all' failed

./configure doesn't give any error and config.log looks ok to me.
I passed include and lib directories to ./configure via CPPFLAGS and LDFLAGS .
I used different versions of gcc and gsl.
I passed include directory to "make all" as well.
"gsl/gsl_rng.h" file is present in include directory I don't know why it can't be found.

Could you please help me to solve the problem? I would really like to use Piranha over other peak calling tools.

Thanks,
Sama

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions