Unfortunately! If I use my helper library - everything works. If I use func' in the following way:
libgsl _gsl_odeiv_step_rk4 (int) gsl_odeiv_step_rk4 : gsl_odeiv_step_rk4 func' _gsl_odeiv_step_rk4 @ ; Then gsl_odeiv_step_rk4 does return an address, but when it gets passed to the allocate routine of gsl - the library crashes (gdb gives): Program received signal SIGSEGV, Segmentation fault. 0xb7798164 in gsl_odeiv_step_rk4 () from /usr/lib/libgsl.so.0 So probably this nice additional function needs to be corrected. Thanks! -- Sergey --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
