Hi,
I am tryning to compile lapack++ with no succses.
The line is: gcc test.c -I /usr/local/include/lapackpp/
The code is:
#include "/opt/lapackpp/lapackpp-2.5.3/include/lapackpp.h"
.
.
.
The error is:
"
In file included from /opt/lapackpp/lapackpp-2.5.3/include/lapackc.h:14,
from /opt/lapackpp/lapackpp-2.5.3/include/lapack.h:10,
from /opt/lapackpp/lapackpp-2.5.3/include/lapackpp.h:16,
from stark.c:6:
/opt/lapackpp/lapackpp-2.5.3/include/lacomplex.h:45:23: error: laversion.h: No such file or directory
/opt/lapackpp/lapackpp-2.5.3/include/lacomplex.h:48:17: error: f2c.h: No such file or directory
...
"
Althogh the files lapackc.h etc. DO exist
PLease Help.
Thanks,
Harel Muskatel.

