This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

pb compile under borland c++



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]