From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough To: "Santiago Calderon" Cc: Subject: Re: BORLAND C++ and GSL Date: Wed, 19 Dec 2001 13:20:00 -0000 Message-id: <15362.52284.487515.682511@debian> References: <000a01c176a2$870955c0$0be6a8c0@SACATE> X-SW-Source: 2001/msg00732.html 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28531 invoked by alias); 26 Nov 2001 23:13:16 -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 28479 invoked from network); 26 Nov 2001 23:13:15 -0000 Received: from unknown (HELO mail1.svr.pol.co.uk) (195.92.193.18) by hostedprojects.ges.redhat.com with SMTP; 26 Nov 2001 23:13:15 -0000 Received: from modem-194.bicolor-dottyback.dialup.pol.co.uk ([62.136.230.194] helo=debian) by mail1.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 168Uw0-0007QW-00; Mon, 26 Nov 2001 23:13:09 +0000 Received: from bjg by debian with local (Exim 2.05 #1 (Debian)) id 168Uur-00006N-00; Mon, 26 Nov 2001 23:11:57 +0000 From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15362.52284.487515.682511@debian> Date: Sat, 17 Nov 2001 23:34:00 -0000 To: "Santiago Calderon" Cc: Subject: Re: BORLAND C++ and GSL In-Reply-To: <000a01c176a2$870955c0$0be6a8c0@SACATE> References: <000a01c176a2$870955c0$0be6a8c0@SACATE> X-Mailer: VM 6.62 under Emacs 19.34.1 X-SW-Source: 2001-q4/txt/msg00056.txt.bz2 Message-ID: <20011117233400.BFtJn14bzVF6KWf2L6IzUIi51inP_Ho0iwSeu3Co2cM@z> 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