Hui Liang,

Not sure if this helps, but here are some alternate binaries:

http://eris.liralab.it/wiki/Installing_GSL_on_Windows

You'll find many builds if you follow the link there.

You'll also find a link there to "Install GSL the Hard Way" which will walk
you though building GSL for Windows.

If you want to escape all of this gobblety-gook, GSL is usually part of any
Linux package installer.  :-)

Let me know if you need any help.

~Peter

On Mon, Jul 2, 2012 at 10:20 AM, Frank Reininghaus <[email protected]
> wrote:

> 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