You don't provide too much info, in this kind of reports the operating
system and cpu kind is really appreciated.
The compiler is saying it doesn't understand the symbols format of the
em64t lapack (mkl intel) library. Most probably you are compiling in
another architecture.
There are several possibilities, the easier ones are:
i) You are compiling on a 32 bit PC: then you need the lapack (mkl)
library in the 32 bit directory:
/opt/intel/mkl721/lib/32/limkl_lapack.a:
ii) You are compiling on an itanium2:
/opt/intel/mkl721/lib/64/limkl_lapack.a:
Regards,
Eduardo
On Wed, 2005-06-08 at 15:11 +0800, simingsu wrote:
> Dear all,
>
> In the course of compilering siesta, I met the following problem.
>
> ifor siesta -o /
> .....
> .....
> /opt/intel/mkl721/lib/em64t/limkl_lapack.a: could not read symbols: File
> format not recognized Make: *** [siesta] Error 1
>
> What can I do to solve this problem?
>
>
>
> simingsu
> [EMAIL PROTECTED]
> 2005-06-08
>
>