bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] Duplicate Function Definitions in gsl/specfunc


From: jds
Subject: [Bug-gsl] Duplicate Function Definitions in gsl/specfunc
Date: Thu, 3 Feb 2005 19:07:11 -0500

Several functions are defined in more than 1 source file in gsl/specfunc, 
leading to duplicate symbol names in the resulting library.  I'm not sure if 
this classifies as a bug, but I thought I'd send it in.  There do not appear to 
be any macros or other controls limiting the parsing of the duplicates, and 
both source files are included in the library.  The functions are:

gsl_bessel_i0_scaled
gsl_bessel_i0_scaled_e
gsl_bessel_i1_scaled
gsl_bessel_i1_scaled_e
gsl_bessel_j0
gsl_bessel_j0_e
gsl_bessel_j1
gsl_bessel_j1_e
gsl_bessel_K0_scaled
gsl_bessel_K0_scaled_e
gsl_bessel_K1_scaled
gsl_bessel_K1_scaled_e
gsl_bessel_y0
gsl_bessel_y0_e
gsl_bessel_y1
gsl_bessel_y1_e

Generally this arises from inclusion of both the bessel_X.c file and the 
bessel_X0.c and bessel_X1.c files.

Sorry if I'm just missing something, but here it is.

Thanks,

Jerry


reply via email to

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