From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20422 invoked by alias); 28 Nov 2001 20:16:37 -0000 Mailing-List: contact gsl-discuss-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 20397 invoked from network); 28 Nov 2001 20:16:35 -0000 Received: from unknown (HELO smtp.hccnet.nl) (62.251.0.13) by hostedprojects.ges.redhat.com with SMTP; 28 Nov 2001 20:16:35 -0000 Received: from alpha by smtp.hccnet.nl via uds56-45.dial.hccnet.nl [62.251.45.56] with SMTP id VAA21767 (8.8.8/1.13); Wed, 28 Nov 2001 21:12:05 +0100 (MET) Message-ID: <003501c17848$f3bfdb60$382dfb3e@alpha> From: "GnuWin32" To: , "Gsl Discuss" Subject: Re: BORLAND C++ and GSL Date: Wed, 21 Nov 2001 21:06:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-SW-Source: 2001-q4/txt/msg00068.txt.bz2 Message-ID: <20011121210600.oKDuyL8hB4qLqIw6eOE684LsCGgUGvnR2lolSgn3ug8@z> 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" To: "Santiago Calderon" Cc: 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