Hi,

Am 5. April 2012 06:28 schrieb Xianwen Chen <[email protected]>:
> 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