This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Strange output "calling fini: /usr/lib/libgsl.so.0"


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]