Notice! ! ! This situation can actually be avoided during the installation of the virtual machine. Next time you test the virtual machine, just select the development tool. Okay, let's get back to the topic. This time I'm going to help you solve the problem. First, enter make and you will see the following display: In this case, if there is an Internet connection, you can directly enter yum -y install make to solve the problem. If there is no Internet connection, you need to download the source package online and upload it. yum -y install make Download from the following URL in an offline environment and upload to the Linux system via xftp http://ftp.gnu.org/gnu/make/make-4.2.tar.gz Installation steps: Unzip the tarball and go to the make-4.2 directory tar -zxvf make-4.2.tar.gz Execute ./configure ./configure Type make, make install makemake install At this time, the make command has been installed. Enter make to compile the source code package. Note! ! ! ! If this method still doesn't work, it's because the system doesn't have gcc. You also need to install the gcc source package. Since the gcc source package has too many dependencies, I won't demonstrate it here. I'll leave a dependency chart. You can search the Internet for installation methods. If you have a network environment, enter yum -y install gcc. Summarize This is the end of this article about the problem of no make command in Linux (make: *** no target specified and no makefile found and how to install the make command). For more related content about no make command in Linux, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: The actual process of encapsulating axios in the project
>>: How to export mysql table structure to excel
Table of contents 2. Tried methods 2.1 keep-alive...
The detailed process of using MySQL database with...
Storage Engine What is a database storage engine?...
This article shares the specific code of JavaScri...
Forgot your MySQL password twice? At first I did ...
Table of contents 1. Embed CSS styles directly in...
Table of contents 1. Plugins 2. Interlude 3. Impl...
html <!DOCTYPE html> <html lang="en...
Preface This article mainly introduces the releva...
This article example shares the specific code of ...
Some time ago, I needed to use pip downloads freq...
1. Check BIOS First check which startup mode your...
Today we are going to implement a Thunder Fighter...
Last time, we came up with two header layouts, on...
Table of contents 1: Build webpack 2. Data hijack...