Moving to gretl-devel
because i found what is going on :
in .h of libgretl i got this:
MODEL lad(const int*, double***, DATAINFO*)

but in lad.c module :
int lad_driver (MODEL *pmod, double **Z, DATAINFO *pdinfo)


2010/6/17 denis joubert <denis.joubert@gmail.com>
Hello,
lad function in libgretl(cvs) seems to doesn't work.
In the gui it works(release 1.9.0) with the same datas.

it output me many :
(process:6484): GLib-CRITICAL **: g_rand_int_range: assertion `rand != NULL' failed