ISSUE- Compile and Test MOOSE #16279
-
Hello, **(moose) hyeom@ERB914-7920:~/projects/moose/test$ make -j 4 Command 'make' not found, but can be installed with: sudo apt install make # version 4.2.1-1.2, or |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello Do you have 'make' installed? What does 'which make' return? Best, |
Beta Was this translation helpful? Give feedback.
-
You probably need to install the build-essential package for Ubuntu: sudo apt install build-essential While we're on the subject of Ubuntu and installation packages, you should also install libquadmath: sudo apt install libquadmath0 Once the above has completed, then try to build MOOSE. |
Beta Was this translation helpful? Give feedback.
You probably need to install the build-essential package for Ubuntu:
While we're on the subject of Ubuntu and installation packages, you should also install libquadmath:
Once the above has completed, then try to build MOOSE.