bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] gsl_rng_taus2 support


From: address@hidden
Subject: [Bug-gsl] gsl_rng_taus2 support
Date: Thu, 23 Feb 2006 13:40:12 -0800


Hello,

I was having problems allocating a random number generator using the random number generator algorithm gsl_rng_taus2 in GSL 1.7. When I change it to some other random number generator other than gsl_rng_taus2 my program would work. Using this random number generator algorithm produces in the
following error in my program:

"undefined symbol: gsl_rng_taus2"

I have linked with the proper libraries during compilation as my makefile does
this automatically: i.e:
 -L/usr/local/gsl-1.7/lib -lgsl -lgslcblas -lm

along with included the following directory:
-I/usr/local/gsl-1.7/include

I have set the environment variable:
setenv LD_LIBRARY_PATH /usr/local/gsl-1.6/lib

Your Response is greatly appreciated,

Sincerely,

William Lieu




reply via email to

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