Hello,
I'm getting this error in both v4.1.4 and v4.1.5:
Making all in datatype
make[2]: Entering directory
'/data/bin/openmpi-v4.1.5/openmpi-4.1.5/opal/datatype'
CCLD libdatatype_reliable.la
ranlib: '.libs/libdatatype_reliable.a': No such file
make[2]: *** [Makefile:1870: libdatatype_reli
The output you sent (in the attached tarball) in doesn't really make much sense:
libtool: link: ar cru .libs/libdatatype_reliable.a
.libs/libdatatype_reliable_la-opal_datatype_pack.o
.libs/libdatatype_reliable_la-opal_datatype_unpack.o
libtool: link: ranlib .libs/libdatatype_reliable.a
ranlib
Hi Jeff, thanks for replying
opal/datatype/.libs/libdatatype_reliable.a doesn't exist.
I tried building on a networked filesystem , and a local one .
when building in /root - i'm getting ore output, but eventually the same error:
make[2]: Entering directory '/root/openmpi-v4.1.5/openmpi-4.1
I can't replicate this on my setting, but I am not using the tar archive
from the OMPI website (I use the git tag). Can you do `ls -l
opal/datatype/.lib` in your build directory.
George.
On Wed, Jul 12, 2023 at 7:14 AM Elad Cohen via users <
users@lists.open-mpi.org> wrote:
> Hi Jeff, thanks f
If the file opal/datatype/.lib/libdatatype_reliable.a does not exist after
running "ar cru .libs/libdatatype_reliable.a .libs/libdataty...etc.", then
there is something wrong with your system. Specifically, "ar" is a Linux
command that makes an archive file; this command is not part of Open MPI