help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] install GSL on windows/Visual Studio


From: Frank Reininghaus
Subject: Re: [Help-gsl] install GSL on windows/Visual Studio
Date: Mon, 2 Jul 2012 16:20:16 +0200

Hi,

2012/7/2 Hui Liang:
> (the error is:1>libgsl.a(specfunc_bessel.o) : error LNK2019: unresolved
> external symbol _hypot referenced in function
> _gsl_sf_bessel_Inu_scaled_asymp_unif_e
> 1>C:\Users\Eva\Documents\Visual Studio
> 2010\Projects\test0701\Debug\test0701.exe : fatal error LNK1120: 1
> unresolved externals)
[...]
> 4. Under Configuration Properties->Linker->Input->Additional Dependencies,
> type in "libgslcblas.a libgsl.a"

The 'hypot' function is in the math library. Maybe it helps if you add
"-lm" after the gsl-related libs.

Best regards,
Frank



reply via email to

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