Using GSL with Netbeans

Asked by Detisch

I'm trying to write a program that uses the GNU Science Library using C++ in Netbeans. When I go to build and run the program I get a series of errors which lead me to believe that the program isn't using GSL correctly. I have includes in the program as shown below and have installed both Netbeans and GSL and GSL Developer package using Ubuntu's built in package manager. I know the program is working on other computers some I'm a little confused about why this isn't working.

Any help would be appreciated!

GSL includes

#include <gsl/gsl_vector.h>
#include <gsl/gsl_blas.h>
#include <gsl/gsl_multifit_nlin.h>

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gsl Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please try from terminal:

sudo apt-get install libgsl0-dev

Can you help with this problem?

Provide an answer of your own, or ask Detisch for more information if necessary.

To post a message you must log in.