help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] Linker error - how to resolve?


From: genette go
Subject: [Help-gsl] Linker error - how to resolve?
Date: Thu, 18 Oct 2007 23:32:16 +0800

hello help-gsl,

im using Dev C++ Bloodshed Software, and installed
GSL-1.6-gcc3.3.1-1cml(2525kb).
in my program im calling the following:

     #include <gsl/gsl_rng.h>
     #include <gsl/gsl_randist.h>

upon compilation, i encountered the ff error:

  [Linker error] undefined reference to `gsl_rng_uniform'
  [Linker error] undefined reference to `gsl_rng_uniform'
  [Linker error] undefined reference to `gsl_rng_mt19937'
  [Linker error] undefined reference to `gsl_rng_alloc'
  [Linker error] undefined reference to `gsl_rng_set'
  [Linker error] undefined reference to `gsl_rng_uniform_int'
  ld returned 1 exit status

how do i resolve this error?? is it the GSL1.6 version that i have
downloaded?  do i need to install other program (say, a patch)??

hope you can help me diagnose the problem.
thank yo very much.

regards,
G


reply via email to

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