[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Request function for library version string
From: |
Jerome BENOIT |
Subject: |
Re: [Help-gsl] Request function for library version string |
Date: |
Wed, 31 Jul 2013 03:10:04 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130704 Icedove/17.0.7 |
On 31/07/13 01:16, Peter Johansson wrote:
> Hi Dave,
>
> On 07/31/2013 08:34 AM, Dave Allured - NOAA Affiliate wrote:
>> Jerome and Patrick,
>>
>> Thank you. I am not much of a C programmer, but my understanding is
>> that using gsl_version from gsl/gsl_version.h would result in the
>> version string associated with gsl/gsl_version.h at compile time.
> This is inaccurate. The variable 'gsl_version' is implemented in file
> 'version.c' and the value is decided when you compile 'version.c' and the
> rest of the code within gsl to create libgsl.so.
>
but what Dave say for gsl_version is true for GSL_VERSION (the macro).
hth,
Jerome
> HTH,
> Peter
>