pb compile under borland c++
Emmanuel Chomarat
Emmanuel.Chomarat@bigfoot.com
Wed Dec 19 13:20:00 GMT 2001
in interpolation subdir
akima.c
Error E2024 akima.c 244: Cannot modify a const object in function
Error E2024 akima.c 280: Cannot modify a const object in function
in monte subdir
vegas.c
Error E2024 vegas.c 606: Cannot modify a const object in function random_point
in ode-initval
gear1.c
Error E2024 gear1.c 92: Cannot modify a const object in function gear1_apply
Not really hard to fix but hard to understand. why it's prevent warning,
it cause errors :)
I succeed to compile all module and to build libgsl.lib. but now when
i try to link i have this error:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_gsl_sf_lngamma' referenced from C:\LIBGSL.LIB|gamma
Error: Unresolved external '_gsl_sf_choose' referenced from C:\LIBGSL.LIB|binomial
Error: Unresolved external '_gsl_sf_lnfact' referenced from C:\LIBGSL.LIB|poisson
i don't know for this time what it means, any ideas?
--
Emmanuel mail:Emmanuel.Chomarat@bigfoot.com
More information about the Gsl-discuss
mailing list