bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl]extern linkage Visual C++, gsl_precision.h


From: mvvenhol
Subject: [Bug-gsl]extern linkage Visual C++, gsl_precision.h
Date: Sat, 01 Feb 2003 14:25:00 -0500 (EST)
User-agent: IMP/PHP IMAP webmail program 2.2.6

Under Visual C++ 6.0/W2K builds with /MD option code generation, the following 
external references (1 of 6 shown) in gsl_precision.h cause compiler error 2201:
...
GSL_VAR const double gsl_prec_root6_eps[];

Correction to gsl_precision.h file is:
...
extern GSL_VAR const double gsl_prec_root6_eps[];

M. Venhola

PS Thanks for the Visual C++ port of GSL 1.3




reply via email to

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