Hello, I have problem compiling my own program under cygwin. Building libgretl under cygwin seems to work like a charm. But it does not create shared libraries (even with --enable-shared). i use for example the quantreg function in my software and when runs it crash and say : ... No such file or directory get_gretl_charset: using UTF-8 Couldn't load plugin function model->errcode: 12 error message: Failed to load plugin: quantreg.so ...
(the model->errcode and message is printed with gretl functions handling errors) I tried to force static linking in my software or with --disable-shared and --enable-static... but i found no way. dear gretl-users, do i have any clue ? thanks