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
the error is: ( I added emphasis on the error lines) make[1]: Circular libscr.la <- libscr.la dependency dropped. /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/include -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -avoid-version -o libscr.la -rpath /home/caholgu1/test_install/lib libscr.la -L/scratch/jenkins-2/artifacts/ompi-update-scratch/496/hwloc/lib -L/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/lib -lmpi -Wl,-rpath -Wl,/scratch/jenkins-2/artifacts/ompi-update-scratch/496/hwloc/lib -Wl,-rpath -Wl,/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/lib -Wl,--enable-new-dtags -lz -lpmix libtool: link: cannot find the library libscr.la' or unhandled argument libscr.la' make[1]: *** [libscr.la] Error 1
libscr.la' or unhandled argument
The text was updated successfully, but these errors were encountered:
I'm investigating this one...
Sorry, something went wrong.
See my comment in #31.
Is this still an issue (after #36)?
Update #32 print format for SCR_MPI_BUF_SIZE from %d to %llu
9b54110
No branches or pull requests
the error is: ( I added emphasis on the error lines)
make[1]: Circular libscr.la <- libscr.la dependency dropped.
/bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/include -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -I/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/../pmix/include -avoid-version -o libscr.la -rpath /home/caholgu1/test_install/lib libscr.la -L/scratch/jenkins-2/artifacts/ompi-update-scratch/496/hwloc/lib -L/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/lib -lmpi -Wl,-rpath -Wl,/scratch/jenkins-2/artifacts/ompi-update-scratch/496/hwloc/lib -Wl,-rpath -Wl,/scratch/jenkins-2/artifacts/ompi-update-scratch/496/ompi/lib -Wl,--enable-new-dtags -lz -lpmix
libtool: link: cannot find the library
libscr.la' or unhandled argument
libscr.la'make[1]: *** [libscr.la] Error 1
The text was updated successfully, but these errors were encountered: