I'm trying to cross-compile lapack and lapacke for generic powerpc elf format, but get the following error.
- Code: Select all
lapacke.h:145:22: error: ‘LAPACK_GLOBAL’ declared as function returning a function
#define LAPACK_lsame LAPACK_GLOBAL(lsame,LSAME)
^
I'm building with gfortran and gcc. I am using the cross compilers for the powerpc-elf target.
Someone else described the same issue in another post:
http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=2&t=4564
Thanks!

