We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a new libtool with intel 2019 compiler, I get failures in make install step because of missing links (which are not created):
libtool: link: (cd ".libs" && rm -f "libipmf.so.0" && ln -s "libipmf.so.0.0.0" "libipmf.so.0") libtool: link: (cd ".libs" && rm -f "libipmf.so" && ln -s "libipmf.so.0.0.0" "libipmf.so") libtool: link: ar cru .libs/libipmf.a libipmf_la-mpi_fortran.o libipmf_la-GEN.wrapper_mpif.o libtool: link: ranlib .libs/libipmf.a libtool: link: ( cd ".libs" && rm -f "libipmf.la" && ln -s "../libipmf.la" "libipmf.la" ) /usr/bin/mkdir -p '/usr/common/software/ipm/2.0.5/intel/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libipm.la libipmf.la '/usr/common/software/ipm/2.0.5/intel/lib' libtool: install: /usr/bin/install -c .libs/libipm.so.0.0.0 /usr/common/software/ipm/2.0.5/intel/lib/libipm.so.0.0.0 /usr/bin/install: cannot stat '.libs/libipm.so.0.0.0': No such file or directory make[2]: *** [Makefile:761: install-libLTLIBRARIES] Error 1 make[2]: Leaving directory '/global/project/projectdirs/swowner/tkurth/modules/ipm/cori_build/src' make[1]: *** [Makefile:1090: install-am] Error 2 make[1]: Leaving directory '/global/project/projectdirs/swowner/tkurth/modules/ipm/cori_build/src' make: *** [Makefile:421: install-recursive] Error 1```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using a new libtool with intel 2019 compiler, I get failures in make install step because of missing links (which are not created):
The text was updated successfully, but these errors were encountered: