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
