Problem building libmesh #18929
-
|
I'm having trouble building libmesh. Here's what I'm getting: libtool: warning: '/apps/gcc/9.2.0/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib64/libstdc++.la' seems to be moved In those warnings it seems to be looking for gcc/4.9.3 but I have gcc/9.2.0 loaded. Does that have something to do with it? Or is the error completely unrelated to the warnings? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Hello Seems like remnants of a previous compilation are being used. Could you please clean the repo (save your work then git clean -xfd) then try again. How are you building libmesh? With scripts/update_and_rebuild_libmesh? Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
Seems like remnants of a previous compilation are being used. Could you please clean the repo (save your work then git clean -xfd) then try again.
How are you building libmesh? With scripts/update_and_rebuild_libmesh?
Guillaume