help-gsl
[Top][All Lists]
Advanced

[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

?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]