error message for installation #19667
Answered
by
GiudGiud
snugook1108
asked this question in
Q&A Getting Started
-
The undefined reference is there. I don't know how to solve this problem. |
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
Dec 19, 2021
Replies: 1 comment 2 replies
-
This looks like remains from a previous compilation. Try to |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
GiudGiud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks like remains from a previous compilation. Try to
make clobberall
then if that fails, commit/save all your work and usegit clean -xfd
. You may want to do this for every submodule with this:git submodule foreach --recursive git clean -xfd