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: Viswakula, Sameera D.
Subject: Re: [Help-gsl] GSL using a Makefile
Date: Fri, 11 Oct 2013 18:11:39 +0000

Thank you very much. It worked.

Thanks again for your valuable time. Have a good weekend.

-Sameera

-----Original Message-----
From: Rhys Ulerich [mailto:address@hidden 
Sent: Friday, October 11, 2013 2:06 PM
To: Viswakula, Sameera D.
Cc: address@hidden
Subject: Re: [Help-gsl] GSL using a Makefile

> 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


--
BEGIN-ANTISPAM-VOTING-LINKS
------------------------------------------------------

NOTE: This message was trained as non-spam.  If this is wrong, please correct 
the training as soon as possible.

Teach CanIt if this mail (ID 03KzS6cw6) is spam:
Spam:        
https://www.spamtrap.odu.edu/canit/b.php?i=03KzS6cw6&m=b75073705121&t=20131011&c=s
Not spam:    
https://www.spamtrap.odu.edu/canit/b.php?i=03KzS6cw6&m=b75073705121&t=20131011&c=n
Forget vote: 
https://www.spamtrap.odu.edu/canit/b.php?i=03KzS6cw6&m=b75073705121&t=20131011&c=f
------------------------------------------------------
END-ANTISPAM-VOTING-LINKS




reply via email to

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