On Mon, 9 Jan 2006, Vaidotas Zemlys wrote:
> I tried compiling gretl 1.5.0 on Ubuntu Breezy, and it failed:
>
> <..skipped>
>
I googled a bit about such problems, and found out that it is
something related to blas and lapack not finding some functions (I am
not an expert, so I can not explain clearer). I fixed the problem, by
adding -lg2c to LAPACK_LIBS in Makefile, residing in lib directory.
Then everything went ok. I only had to fiddle a bit, for syntax
highlighting to work. Copied by hand gretl.lang file to apropriate
location, also copied mime information and it started working for now.
Thanks for the follow-up. I was going to suggest that the problem
seemed to be a missing link to libf2c or libg2c. I'll try to
investigate what's going on with configure.
Allin Cottrell