Ajay-Kumar M Tannirkulam wrote:
>Hi,
>I down loaded lam mpi version 6.5.9( i got this because i do not have
>intel c++ installed). i built it with ifort. when i compile some code i
>get the following linker errors
>
>ld: skipping incompatible /home/atannirk/lam/lib/liblam.a when searching
>for -llam
>ld: skipping incompatible /home/atannirk/lam/lib/liblam.a when searching
>for -llam
>ld: cannot find -llam
>
>what is the source of this error?
>
>
>
There are instructions in the FAQ on how to ask meaningful questions.
If you're saying that you prefer to use an old version of lam just
because you don't want to use Intel C++, that's baloney. With current
versions of linux, you should use at least 7.0.3, regardless of whether
you use gcc which comes with the distro, or Intel or some other C and C++.
You might get such a message if you build lam on x86-64 in 32-bit mode,
and your application as 64-bit, or vice versa, but I'm wasting bandwidth
when you don't give normal details.
|