On Mar 12, 2004, at 4:29 PM, Yusuf Abdulghani wrote:
> I have used IBM's xlc/xlf compilers to compile LAM v7.0.4. It compiled
> successfully. But I see the following errors when I do "sudo make
> install" and it tries to install it. There is no "libs" directory in
> the top of the lam7.0.4 directory. I am not sure why the config tree
> tries to look up the "liblam_totalview.0.0.0.dylib even when I have
> not specified in the ./configure to build any of the shared packages.
It appears that libtool doesn't know what to do with the XL compilers
for building a shared library, which is why your build failed. Could
you please send the entire output of your build?
The Totalview debugging package requires the queue debugging code to be
a shared library, which is why the liblam_totalview library is always
built shared. You can, of course, disable totalview queue debugging
with the --disable-tv-queue flag to LAM's configure script. This will
skip building the library below which should let you install LAM
properly.
Hope this helps,
Brian
--
Brian Barrett
LAM/MPI developer and all around nice guy
Have a LAM/MPI day: http://www.lam-mpi.org/
|