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]

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


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


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