I used clapack for the first time 2 days ago, and since I'm fighting with it, browsing the web for clarifications...
I tested it with dgesv_ and all is fine.
I need to use la_geev, that I already used in lapack under Fortran 99.
But if I try to compile, i get the following error:
undefined reference to `la_geev_'
So I took a look to file /usr/include/clapack.h (I'm working in an Ubuntu 6.10 environment), and I found no declaration not only for la_geev but even for other important lapack routines.
The only thing I can imagine is that clapack is an "f2c'ed AND MUCH SHRINKED version of lapack"... but I found nothing about it on the web.
Am I missing something?
Pietro Battiston

