On Feb 15, 2005, at 4:20 PM, Damien Hocking wrote:
> ./conftest: error while loading shared libraries: libcxaguard.so.5:
> cannot open shared object file: No such file or directory
This is the problem (from config.log). Configure tried to compile
something with ifort and then tried to run it, but got this shared
library error.
This typically means that there is something missing from your
LD_LIBRARY_PATH.
You can double check this by trying to compile anything with ifort
(even outside of MPI) and then running it. Once you can compile / run
with no errors like this (e.g., by fixing up your LD_LIBRARY_PATH), you
should be able to run LAM's configure successfully.
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|