LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Sriram Sankaran (ssankara_at_[hidden])
Date: 2003-07-11 11:50:51


Hi Doug,

I was not able to reproduce the errors at our end. I was able to build
LAM 7.0 from the tarball on an IRIX 6.5 machine with MIPSPro compilers
(using the same flags as you did) without any problems at all.

You might want to try the following in order to locate the exact problem:
* run nm on share/.libs/liblam.a and grep for the symbols that were
  reportedly missing (lam_ssi_boot_open, lam_ssi_boot_verbose, etc.).
* similarly, grep for these symbols in share/ssi/.libs/libssi_lam.a,
  share/ssi/boot/.libs/libssi_boot.a and
  share/ssi/boot/base/.libs/libssi_boot_base.a.

Check each one of these libraries and ensure that the symbols are in
there, and if they are not, check the output from "make" to see if you can
find any pointers to why they are not there. If you are still unable to
locate the source of the problem, send config.log in addition to the
rediercted output of make, and we will look into it.

-- 
Sriram Sankaran
email: ssankara_at_[hidden]
http://www.lam-mpi.org/
Thus spake Doug Farley, on Jul 10:
>I'm Having problems building 7.0 on Irix 6.5 with the MIPSpro Compilers:
>Version 7.3.1.2m.  I originally was trying to build 6.5.8 because a test
>that we were running elsewhere was using that, but I got a similar error
>message, however unless theres a flag somewhere that I'm missing I'm not
>too sure what I've done wrong.
>
> [snipped]