public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* BORLAND C++ and GSL
  2001-12-19 13:20 BORLAND C++ and GSL Santiago Calderon
@ 2001-11-17 13:31 ` Santiago Calderon
  2001-12-19 13:20 ` Brian Gough
  2001-12-19 13:20 ` Santiago Calderon
  2 siblings, 0 replies; 9+ messages in thread
From: Santiago Calderon @ 2001-11-17 13:31 UTC (permalink / raw)
  To: gsl-discuss

[-- Attachment #1: Type: text/plain, Size: 811 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1486 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: BORLAND C++ and GSL
  2001-12-19 13:20 ` Brian Gough
@ 2001-11-17 23:34   ` Brian Gough
  2001-12-19 13:20   ` Santiago Calderon
  1 sibling, 0 replies; 9+ messages in thread
From: Brian Gough @ 2001-11-17 23:34 UTC (permalink / raw)
  To: Santiago Calderon; +Cc: gsl-discuss

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: BORLAND C++ and GSL
  2001-12-19 13:20   ` Santiago Calderon
@ 2001-11-18  6:54     ` Santiago Calderon
  0 siblings, 0 replies; 9+ messages in thread
From: Santiago Calderon @ 2001-11-18  6:54 UTC (permalink / raw)
  To: Brian Gough; +Cc: gsl-discuss

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: BORLAND C++ and GSL
  2001-12-19 13:20 ` Brian Gough
  2001-11-17 23:34   ` Brian Gough
@ 2001-12-19 13:20   ` Santiago Calderon
  2001-11-18  6:54     ` Santiago Calderon
  1 sibling, 1 reply; 9+ messages in thread
From: Santiago Calderon @ 2001-12-19 13:20 UTC (permalink / raw)
  To: Brian Gough; +Cc: gsl-discuss

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* BORLAND C++ and GSL
@ 2001-12-19 13:20 Santiago Calderon
  2001-11-17 13:31 ` Santiago Calderon
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Santiago Calderon @ 2001-12-19 13:20 UTC (permalink / raw)
  To: gsl-discuss

[-- Attachment #1: Type: text/plain, Size: 811 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1486 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: BORLAND C++ and GSL
  2001-12-19 13:20 BORLAND C++ and GSL Santiago Calderon
  2001-11-17 13:31 ` Santiago Calderon
@ 2001-12-19 13:20 ` Brian Gough
  2001-11-17 23:34   ` Brian Gough
  2001-12-19 13:20   ` Santiago Calderon
  2001-12-19 13:20 ` Santiago Calderon
  2 siblings, 2 replies; 9+ messages in thread
From: Brian Gough @ 2001-12-19 13:20 UTC (permalink / raw)
  To: Santiago Calderon; +Cc: gsl-discuss

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* BORLAND C++ and GSL
  2001-12-19 13:20 BORLAND C++ and GSL Santiago Calderon
  2001-11-17 13:31 ` Santiago Calderon
  2001-12-19 13:20 ` Brian Gough
@ 2001-12-19 13:20 ` Santiago Calderon
  2 siblings, 0 replies; 9+ messages in thread
From: Santiago Calderon @ 2001-12-19 13:20 UTC (permalink / raw)
  To: gsl-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: BORLAND C++ and GSL
@ 2001-12-19 13:20 GnuWin32
  2001-11-21 21:06 ` GnuWin32
  0 siblings, 1 reply; 9+ messages in thread
From: GnuWin32 @ 2001-12-19 13:20 UTC (permalink / raw)
  To: sacate, Gsl Discuss

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





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: BORLAND C++ and GSL
  2001-12-19 13:20 GnuWin32
@ 2001-11-21 21:06 ` GnuWin32
  0 siblings, 0 replies; 9+ messages in thread
From: GnuWin32 @ 2001-11-21 21:06 UTC (permalink / raw)
  To: sacate, Gsl Discuss

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





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2001-12-19 13:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-19 13:20 BORLAND C++ and GSL Santiago Calderon
2001-11-17 13:31 ` Santiago Calderon
2001-12-19 13:20 ` Brian Gough
2001-11-17 23:34   ` Brian Gough
2001-12-19 13:20   ` Santiago Calderon
2001-11-18  6:54     ` Santiago Calderon
2001-12-19 13:20 ` Santiago Calderon
  -- strict thread matches above, loose matches on Subject: below --
2001-12-19 13:20 GnuWin32
2001-11-21 21:06 ` GnuWin32

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).