Juanito
October 3rd, 2006, 11:22 PM
Hey guys,
I'm in a bit of a time-bind, so I thought I'd ask here after spending 2 hours scouring the internet for an answer.
I am using the GNU Science Library
http://www.gnu.org/software/gsl/manual/html_node/Compiling-and-Linking.html#Compiling-and-Linking
After including the proper header files
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
After pressing Build in KDevelop or Anjuta, I'm getting errors like...
undefined reference to `gsl_ran_multinomial'
From what I've read, it's something about linking? I'm used to good ol' java and visual studio, so I have no clue what to do.
Thanks for your patience!
I'm in a bit of a time-bind, so I thought I'd ask here after spending 2 hours scouring the internet for an answer.
I am using the GNU Science Library
http://www.gnu.org/software/gsl/manual/html_node/Compiling-and-Linking.html#Compiling-and-Linking
After including the proper header files
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
After pressing Build in KDevelop or Anjuta, I'm getting errors like...
undefined reference to `gsl_ran_multinomial'
From what I've read, it's something about linking? I'm used to good ol' java and visual studio, so I have no clue what to do.
Thanks for your patience!