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 13:05:36 -0500

> I got this
>
> $ 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
> g++: vsd_nb.t.o: No such file or directory

My bad for including vsd_nb.t.o.  Please try out...

g++ -w -O4 -I ./ -I/home/svisw002/gsl/include -o vsd_nbPoi *.cpp
-L/home/svisw002/home/gsl/lib -lgsl -lgslcblas -lm

- Rhys



reply via email to

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