bug-gsl
[Top][All Lists]
Advanced

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

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


From: jds
Subject: Re: [Bug-gsl] Duplicate Function Definitions in gsl/specfunc
Date: Sat, 12 Feb 2005 09:01:58 -0500

Brian -

Never mind. The issue is with case sensitivity. On closer inspection, I see that the function names do differ (i.e. not duplicate symbols), but only in case:

gsl_sf_bessel_i0()
gsl_sf_bessel_I0()

Visual C++ (or its librarian) was not picking up the difference. This explains why building with other compilers (gcc, Borland) didn't flag duplicate symbols in the library. The problem is mine, not yours.

Thanks for the reply, anyway.

Jerry






reply via email to

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