Those options are libtool options that supposed to be passed down to linker. It looks like the libtool is misconfigured. Could you do `make V=1` and attach a more verbose log? — Hui Zhou On Nov 7, 2019, at 9:53 AM, Je Iaa via discuss <[email protected]<mailto:[email protected]>> wrote: Hi, I am trying without success to install mpich3.3.1 on virtual machine with AMD EPYC Processors and the AOCC2.0.0 compiler. This is what I did and the error I get: export PREFIX=/opt/modules/packages export MPICH_HOME=$PREFIX/mpich/3.3.1-aocc2.0.0 export CC=clang export CXX=clang++ export FC=flang export F77=flang mkdir -p $MPICH_HOME tar xvf mpich-3.3.1.tar.gz cd mpich-3.3.1 ./configure --prefix=$MPICH_HOME make Failed: clang-8: error: unsupported option '--whole-archive' clang-8: error: unsupported option '--no-whole-archive' clang-8: error: unknown argument: '-soname' clang-8: error: no such file or directory: 'libmpi.so.12' make[2]: *** [lib/libmpi.la<http://libmpi.la>] Error 1 make[2]: Leaving directory `/opt/modules/src/mpich-3.3.1' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/modules/src/mpich-3.3.1' make: *** [all] Error 2 Any idea how to sort this out? Regards, J _______________________________________________ discuss mailing list [email protected]<mailto:[email protected]> To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss