[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] GSL using a Makefile
From: |
Rhys Ulerich |
Subject: |
Re: [Help-gsl] GSL using a Makefile |
Date: |
Fri, 11 Oct 2013 12:48:25 -0500 |
> address@hidden Poisson]$ g++ -w -O4 -I ./ -o vsd_nbPoi *.cpp
> /tmp/ccWSsdjU.o: In function `main':
> vsd_nb.t.cpp:(.text+0x11b): undefined reference to `gsl_cdf_chisq_P'
> collect2: ld returned 1 exit status
Alright, going back to my earlier suggestion but not relying on
`gsl-config --stuff`, what do you get with
g++ -w -O4 -I ./ -I/home/svisw002/gsl/include -o vsd_nbPoi *.cpp
-L/home/svisw002/home/gsl/lib vsd_nb.t.o -lgsl -lgslcblas -lm
?
- [Help-gsl] GSL using a Makefile, Viswakula, Sameera D., 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Rhys Ulerich, 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Viswakula, Sameera D., 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Rhys Ulerich, 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Viswakula, Sameera D., 2013/10/11
- Re: [Help-gsl] GSL using a Makefile,
Rhys Ulerich <=
- Re: [Help-gsl] GSL using a Makefile, Viswakula, Sameera D., 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Rhys Ulerich, 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Viswakula, Sameera D., 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Rhys Ulerich, 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Viswakula, Sameera D., 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Rhys Ulerich, 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, Viswakula, Sameera D., 2013/10/11
- Re: [Help-gsl] GSL using a Makefile, David Zaslavsky, 2013/10/12