From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11320 invoked by alias); 9 Aug 2002 08:42:33 -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 11312 invoked from network); 9 Aug 2002 08:42:32 -0000 Received: from unknown (HELO phyc108hh.physik.uni-freiburg.de) (132.230.78.200) by sources.redhat.com with SMTP; 9 Aug 2002 08:42:32 -0000 Received: (from alexei@localhost) by phyc108hh.physik.uni-freiburg.de (980427.SGI.8.8.8/980728.SGI.AUTOCF) id KAA52127; Fri, 9 Aug 2002 10:42:30 +0200 (CEST) To: gsl-discuss@sources.redhat.com Subject: Re: Strange output "calling fini: /usr/lib/libgsl.so.0" References: <36r8hc801e.fsf@phyc108hh.physik.uni-freiburg.de> From: Alexei Meremianin In-Reply-To: <36r8hc801e.fsf@phyc108hh.physik.uni-freiburg.de> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Date: Fri, 09 Aug 2002 01:42:00 -0000 Message-ID: <36fzxo2zk9.fsf@phyc108hh.physik.uni-freiburg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-q3/txt/msg00112.txt.bz2 Hello, The strange output dissapeared when I changed "*params = bla;" with "params = &blah;" > 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 28655: 28655: 28655: > calling fini: /usr/lib/libgslcblas.so.0 28655: 28655: 28655: calling > fini: /lib/libm.so.6 28655: 28655: 28655: calling fini: /lib/libc.so.6 > 28655: > 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? > -- all the best > Alexei Meremianin -- Alexei Meremianin Theoretical Quantendynamics Albert-Ludwigs-Universitaet Hermann-Herder-Str. 3 D-79104 Freiburg, Germany phone: ++49-761-203-5800 (Office) ++49-761-881-2250 (Home) fax: ++49-761-203-5883 e-mail: Alexei.Meremianin@physik.uni-freiburg.de