From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21236 invoked by alias); 27 Nov 2001 20:00:29 -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 21199 invoked from network); 27 Nov 2001 20:00:25 -0000 Received: from unknown (HELO cmailg5.svr.pol.co.uk) (195.92.195.175) by hostedprojects.ges.redhat.com with SMTP; 27 Nov 2001 20:00:25 -0000 Received: from modem-157.coral-beauty.dialup.pol.co.uk ([62.136.252.157] helo=debian) by cmailg5.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 168oOz-0006TN-00; Tue, 27 Nov 2001 20:00:22 +0000 Received: from bjg by debian with local (Exim 2.05 #1 (Debian)) id 168oCe-0000Cs-00; Tue, 27 Nov 2001 19:47:36 +0000 From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15363.60888.510919.626756@debian> Date: Wed, 19 Dec 2001 13:20:00 -0000 To: Cc: "Gsl-Discuss" Cc: gnuwin32-users@lists.sourceforge.net Subject: Re: Problem with Cygwin installation: FAQ? In-Reply-To: References: X-Mailer: VM 6.62 under Emacs 19.34.1 X-SW-Source: 2001/txt/msg00060.txt.bz2 Hi, The Cygwin version of GSL is a third-party package made the GnuWin32 group. I don't know much about it I'm afraid -- I get the same error as you, and I can't figure it out either. Sorry I can't offer any more help than that. I'm cc'ing this message to their mailing list to see if they can offer any suggestions. Their distribution does include the similar program "gsl-randist" which generates random numbers correctly, so it must be possible to get this to work -- perhaps it just requires some special Windows compiler option that I'm not familiar with. regards Brian Gough Adam Kleczkowski writes: > I am trying to install/compile/run GSL v. 1.0 in the Cygwin environment > (most up-to-date version), gcc 2.95.3-5. This has created a series of > various problems and I have not been successful so far. > > Cygwin is installed in c:\cygwin > > GSL libraries, include files etc in c:\cygwin\usr\bin etc, binaries in > c:\cygwin\bin > > Testing by using example programs from the manual (pages referring to PDF > format): > > Page 40: poly.c (finding roots of the polynomial) > Page 162: random.c (testing a random number generator) > Page 266: vanderpol.c (Vanderpol oscilator) > > Using the mingw installation. > All programs compile well, but: > a. poly.c executes with no problem > b. random.c and vanderpol.c crash giving the message: > > 0 [main] A 86798653 handle_exceptions: Exception: > STATUS_ACCESS_VIOLATION > 1647 [main] A 86798653 open_stackdumpfile: Dumping stack trace to > RANDOM.EXE.stack > dump > > I compile using simply > gcc -o random.exe -c random.c -lgsl -lm > > I attach the programs. Any clues? In fact, I want to use random number > generators and ODE solver in my project, and these two have not compiled > well... > Thanks for a response in advance. If there is a reasonable FAQ that covers > the Cygwin installation, I would love to know where to find it. I tried to > compile GSL from the source under Cygwin (./configure, make, make install) > but run into horrific problems. > -- > Adam Kleczkowski > Dept. Plant Sciences, University of Cambridge > e-mail: adam@kleczkowski.net > http://mathbio.com/ (work) http://kleczkowski.net/ (private) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough To: Cc: gnuwin32-users@lists.sourceforge.net Subject: Re: Problem with Cygwin installation: FAQ? Date: Wed, 19 Dec 2001 13:20:00 -0000 Message-ID: <15363.60888.510919.626756@debian> References: X-SW-Source: 2001/msg00736.html Message-ID: <20011219132000.t3G8UhsY6c3WOXgRBFNA7DLLJUGaPmTPVVtlUYx7McU@z> Hi, The Cygwin version of GSL is a third-party package made the GnuWin32 group. I don't know much about it I'm afraid -- I get the same error as you, and I can't figure it out either. Sorry I can't offer any more help than that. I'm cc'ing this message to their mailing list to see if they can offer any suggestions. Their distribution does include the similar program "gsl-randist" which generates random numbers correctly, so it must be possible to get this to work -- perhaps it just requires some special Windows compiler option that I'm not familiar with. regards Brian Gough Adam Kleczkowski writes: > I am trying to install/compile/run GSL v. 1.0 in the Cygwin environment > (most up-to-date version), gcc 2.95.3-5. This has created a series of > various problems and I have not been successful so far. > > Cygwin is installed in c:\cygwin > > GSL libraries, include files etc in c:\cygwin\usr\bin etc, binaries in > c:\cygwin\bin > > Testing by using example programs from the manual (pages referring to PDF > format): > > Page 40: poly.c (finding roots of the polynomial) > Page 162: random.c (testing a random number generator) > Page 266: vanderpol.c (Vanderpol oscilator) > > Using the mingw installation. > All programs compile well, but: > a. poly.c executes with no problem > b. random.c and vanderpol.c crash giving the message: > > 0 [main] A 86798653 handle_exceptions: Exception: > STATUS_ACCESS_VIOLATION > 1647 [main] A 86798653 open_stackdumpfile: Dumping stack trace to > RANDOM.EXE.stack > dump > > I compile using simply > gcc -o random.exe -c random.c -lgsl -lm > > I attach the programs. Any clues? In fact, I want to use random number > generators and ODE solver in my project, and these two have not compiled > well... > Thanks for a response in advance. If there is a reasonable FAQ that covers > the Cygwin installation, I would love to know where to find it. I tried to > compile GSL from the source under Cygwin (./configure, make, make install) > but run into horrific problems. > -- > Adam Kleczkowski > Dept. Plant Sciences, University of Cambridge > e-mail: adam@kleczkowski.net > http://mathbio.com/ (work) http://kleczkowski.net/ (private) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21236 invoked by alias); 27 Nov 2001 20:00:29 -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 21199 invoked from network); 27 Nov 2001 20:00:25 -0000 Received: from unknown (HELO cmailg5.svr.pol.co.uk) (195.92.195.175) by hostedprojects.ges.redhat.com with SMTP; 27 Nov 2001 20:00:25 -0000 Received: from modem-157.coral-beauty.dialup.pol.co.uk ([62.136.252.157] helo=debian) by cmailg5.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 168oOz-0006TN-00; Tue, 27 Nov 2001 20:00:22 +0000 Received: from bjg by debian with local (Exim 2.05 #1 (Debian)) id 168oCe-0000Cs-00; Tue, 27 Nov 2001 19:47:36 +0000 From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15363.60888.510919.626756@debian> Date: Mon, 19 Nov 2001 09:00:00 -0000 To: Cc: "Gsl-Discuss" Cc: gnuwin32-users@lists.sourceforge.net Subject: Re: Problem with Cygwin installation: FAQ? In-Reply-To: References: X-Mailer: VM 6.62 under Emacs 19.34.1 X-SW-Source: 2001-q4/txt/msg00060.txt.bz2 Message-ID: <20011119090000.7vL5bQku1wca82NVjypLp8pIbYkn_Q68c8VdzVPczfc@z> Hi, The Cygwin version of GSL is a third-party package made the GnuWin32 group. I don't know much about it I'm afraid -- I get the same error as you, and I can't figure it out either. Sorry I can't offer any more help than that. I'm cc'ing this message to their mailing list to see if they can offer any suggestions. Their distribution does include the similar program "gsl-randist" which generates random numbers correctly, so it must be possible to get this to work -- perhaps it just requires some special Windows compiler option that I'm not familiar with. regards Brian Gough Adam Kleczkowski writes: > I am trying to install/compile/run GSL v. 1.0 in the Cygwin environment > (most up-to-date version), gcc 2.95.3-5. This has created a series of > various problems and I have not been successful so far. > > Cygwin is installed in c:\cygwin > > GSL libraries, include files etc in c:\cygwin\usr\bin etc, binaries in > c:\cygwin\bin > > Testing by using example programs from the manual (pages referring to PDF > format): > > Page 40: poly.c (finding roots of the polynomial) > Page 162: random.c (testing a random number generator) > Page 266: vanderpol.c (Vanderpol oscilator) > > Using the mingw installation. > All programs compile well, but: > a. poly.c executes with no problem > b. random.c and vanderpol.c crash giving the message: > > 0 [main] A 86798653 handle_exceptions: Exception: > STATUS_ACCESS_VIOLATION > 1647 [main] A 86798653 open_stackdumpfile: Dumping stack trace to > RANDOM.EXE.stack > dump > > I compile using simply > gcc -o random.exe -c random.c -lgsl -lm > > I attach the programs. Any clues? In fact, I want to use random number > generators and ODE solver in my project, and these two have not compiled > well... > Thanks for a response in advance. If there is a reasonable FAQ that covers > the Cygwin installation, I would love to know where to find it. I tried to > compile GSL from the source under Cygwin (./configure, make, make install) > but run into horrific problems. > -- > Adam Kleczkowski > Dept. Plant Sciences, University of Cambridge > e-mail: adam@kleczkowski.net > http://mathbio.com/ (work) http://kleczkowski.net/ (private)