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
_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl