From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26356 invoked by alias); 8 Aug 2002 21:33:54 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 26210 invoked from network); 8 Aug 2002 21:33:52 -0000 Received: from unknown (HELO blueyonder.co.uk) (195.188.53.96) by sources.redhat.com with SMTP; 8 Aug 2002 21:33:52 -0000 Received: from pcow053o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 8 Aug 2002 22:33:52 +0100 Received: from localhost (unverified [62.30.73.83]) by pcow053o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id ; Thu, 8 Aug 2002 22:33:49 +0100 Received: by network-theory.co.uk via sendmail from stdin id (Debian Smail3.2.0.102) for gsl-discuss@sources.redhat.com; Thu, 8 Aug 2002 21:57:28 +0100 (BST) From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <15698.56120.657825.756645@debian> Date: Thu, 08 Aug 2002 14:33:00 -0000 To: Alexei Meremianin Cc: gsl-discuss@sources.redhat.com Subject: Re: Strange output "calling fini: /usr/lib/libgsl.so.0" In-Reply-To: <36r8hc801e.fsf@phyc108hh.physik.uni-freiburg.de> References: <36r8hc801e.fsf@phyc108hh.physik.uni-freiburg.de> X-SW-Source: 2002-q3/txt/msg00111.txt.bz2 Alexei Meremianin writes: > Hello, > I used GSL to compute two-dimensional integral using sequentally > the procedure "gsl_integration_qag" > It works but the final output (on stdio) of the program is quite > intriguing... > 28655: 28655: calling fini: /usr/lib/libgsl.so.0 > The program was compiled with gcc-2.95.3-52 by the command > $gcc -Wall -O2 -I../include -lm -lgsl -lgslcblas -o h3_integral \ > num-integral.c > The system is Intel PIII, SUSE 7.3, gsl ver. 1.0, release 138 > according to "rpm -qi gsl" > What all that means? I don't know. It doesn't look specific to GSL though. regards Brian Gough