[help-gsl] gsl and borland cbuilder 6 (2008-08-11)
|
From: |
lukasz_urbanski@..... |
|
Subject: |
gsl and borland cbuilder 6 |
|
Date: |
Mon, 11 Aug 2008 21:06:02 +0200 |
|
To: |
Help-gsl@gnu.org |
|
Cc: |
|
Hi Guys,
Does anybody know how to build gsl to use it with borland c++ builder v.6 ?
I am trying to use implib tool on libgsl.dll and libgslcblas.dll to convert them to .lib files and then append'em to the borland's project, but what I get is bunch of linker errors:
[Linker Error] Unresolved external '_gsl_combination_calloc' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external '_gsl_combination_fprintf' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external '_gsl_combination_next' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external '_gsl_combination_free' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\PROJECTS\UNIT1.OBJ
could anybody put some light on this?
P.S. For the other method, I was using (trying to use :|) cmake, to generate borland's specific makefiles, but I don't have CmakeLists.txt specific for borland's builder, so the whole stuff doesn't seem to work. Maybe, some of you know where could I find 'em ?
Best,
Lukasz
Dnia 11 sierpnia 2008 20:56 lukasz_urbanski@..... napisaÅ(a):
>