On Fri, 10 Feb 2012, Emrah Samdan wrote:
Thanks for your previous helps. All things went well up to now.
However, I
have a new problem. I have prepared a function in which I prepare data for
arma function and use it according to Mr.Cottrell sample code.
However, when i call this function twice iteratively, something weird is
happening and I cannot figure out the reason.
You should call libgretl_init() exactly once in your program,
before calling other gretl functions. And you should call
libgretl_cleanup() exactly once also, once you have finished
using the library.
Allin Cottrell