bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] how to find gsl_stats_wtss'


From: Brian Gough
Subject: Re: [Bug-gsl] how to find gsl_stats_wtss'
Date: Sat, 03 May 2008 19:19:22 +0100
User-agent: Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI)

At Wed, 30 Apr 2008 12:23:10 +0900,
yeon-ki kim wrote:
> I am trying an example program for B-splines at
> 
> http://www.gnu.org/software/gsl/manual/html_node/Example-programs-for-B_002dsplines.html
> When I tryied to compile it gave an error undefined reference to
> `gsl_stats_wtss'.
> gcc mytest.c -o mytest.c -l gsl
> /tmp/cceNPx2N.o: In function `main':
> mytest.c:(.text+0x431): undefined reference to `gsl_stats_wtss'
> collect2: ld returned 1 exit status
> -- 
> 
> It seems the program cannot find the function gsl_stats_wtss.
> Could you give me how I can solve the problem?

You need gsl-1.11 for that function, previous versions do not have it.

-- 
Brian Gough




reply via email to

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