help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] undefined symbol 'gsl_sf_bessel_J0'


From: Frank Reininghaus
Subject: Re: [Help-gsl] undefined symbol 'gsl_sf_bessel_J0'
Date: Thu, 5 Apr 2012 11:13:09 +0200

Hi,

Am 5. April 2012 06:28 schrieb Xianwen Chen <address@hidden>:
> I first produced the objective file:
>    tcc -c Bessel_function.c
>
> When I was linking the objective file with the libraries:
>    tcc -lgsl -lgslcblas -lm Bessel_function.o
> ,  I got the following error:
>    tcc: undefined symbol 'gsl_sf_bessel_J0'

I would try first to change the order of the arguments, i.e.,

tcc Bessel_function.o -lgsl -lgslcblas -lm

Best regards,
Frank



reply via email to

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