Hi everyone,
I am new to Lapack, I just have several simple questions for Lapack.
I am using gfortan for arm to compile lapack in order to have lib for linux based on ARM, but what I know is liblapack.a can be only linked to fortan programs, am I right?
If I want to use C++ to call the functions from this lib, how can I do? I think g++ XXXXX -llapack doesnt work, becuz this lib is fortran lib.
Can someone tell me how to have a liblapack.so in arm linux system?
thanks

