--- Begin Message ---
Subject: |
Problem with gsl_cdf_poisson_P and gsl_cdf_poisson_Q |
Date: |
Mon, 14 May 2007 15:57:50 +0200 |
Sir
In annex a small program to demonstrate the error.
Compile : gcc -std=gnu99 -Wall : No error.
Link : gcc -std=gnu99 No error.
Execute : error message :
symbol lookup error: ./testrng: undefined symbol: gsl_cdf_poisson_P
or :
symbol lookup error: ./testrng: undefined symbol: gsl_cdf_poisson_Q
depending on which routine I called.
I use GSL version 1.9 recently downloaded and installed in /usr/local.
The two routines in question are present in the relevant include file.
What am I doing wrong ?
Thank you for your attention
Lucien Haijen
testrng.c
Description: Text Data
--- End Message ---