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: Ralph Silva
Subject: Re: [Bug-gsl] how to find gsl_stats_wtss'
Date: Wed, 30 Apr 2008 14:18:28 +1000

I think that it is better to ask for help in th Help-GSL list.

In the meanwhile try

$ gcc -Wall test.c -o test -lgsl -lgslcblas -lm
$  ./test > bspline.dat

See also
http://www.gnu.org/software/gsl/manual/html_node/Linking-programs-with-the-library.html


On Wed, Apr 30, 2008 at 1:23 PM, yeon-ki kim <address@hidden> wrote:

> Hi!
> 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?
>
> Best regards,
> Yeon-Ki
>
> Yeon-Ki Kim
> Director
> Genomics & Genetics Institute
> GreenGene Biotech
> Room 2125 BaikMa Build.
> Myongji University
> 38-2 Namdong
> Yongin, Kyonggido, 449-728
> Phone: 82-31-321-6351
> Mobile: 82-17-225-8460
> Fax: 82-31-321-6355
> E-Mail: address@hidden
> address@hidden
> _______________________________________________
> Bug-gsl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-gsl
>

Attachment: test.c
Description: Text Data


reply via email to

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