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]
Other format: [Raw text]

Re: BORLAND C++ and GSL


The explanation is: the libraries for Borland C are not static libraries,
but import libraries for the dynamic link library (libgsl.dll); see
http://gnuwin32.sourceforge.net/install.html

Kees Zeelenberg



Hello Brian,

you were right, the files I was looking for were there
Now I can use with C++ Borland under Windows the gsl 1.0 library without
problems

Thanks very much
S.Calderon



----- Original Message -----
From: "Brian Gough" <bjg@network-theory.co.uk>
To: "Santiago Calderon" <sacate@jazzfutboleros.com>
Cc: <gsl-discuss@sources.redhat.com>
Sent: Tuesday, November 27, 2001 12:11 AM
Subject: Re: BORLAND C++ and GSL


> Santiago Calderon writes:
>  > Hello everobody
>  >  I have tried to use the new gsl1.0 version with c++ Borland under
>  > windows'98 using the static libraries libgsl-bcc.lib and
>  > libgslcblas-bcc.lib. Anything seems to work fine during the
>  > compilation, but when I trie to run the program it gives me an
>  > error because it do not find the libgsl.dll library. In the zip
>  > file I downloaded it is a file called libgsl.dll.a, I have try to
>  > rename it to libgsl.dll as it is used in windows but the program
>  > now says that the libgsl.dll is corrupted.
>  >
>  >  It seems as if the *-bcc.lib for Borland were import libraries and
>  >  not static libraries because they need the dll
>  > libraries to work. The *.dll of the download have the *.dll.a
>  > termination and I am not able of using them under windows even
>  > changing the name to *.dll
>  >
>  >  Please help
>  > Santiago Calderon
>
> Hi,
>
> That package is maintained by the GnuWin32 group, so I don't know much
> about it, but I believe the DLL you want is in their file gsl-1.0-bin.zip.
>
> regards
>
> Brian Gough






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