> Hi All,
>
[quoted text clipped - 24 lines]
>
> Thank you in advance!
It's most likely that your C library is not 64bit clean.
Check your assumptions regarding the size of C variables, especially pointers,
they might well be wrong.

Signature
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
rafael@enq.ufrgs.br - 08 Aug 2006 16:25 GMT
> It's most likely that your C library is not 64bit clean.
>
[quoted text clipped - 6 lines]
> E-mail : nmw@ion.le.ac.uk
> Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
Dear Nigel,
I found the problem, really it has to do with some pointer casts I
made. Actually the implemantation was buggy even on 32bits but the
problem haven't show up.
Thank you!