Please execute following command to install make in your system

sudo yum install build-essential
Answer from Rahul R Dhobi on Stack Overflow
🌐
Power Sysadmin Blog
poweradm.com › home › make command not found on linux
Make Command Not Found on Linux - Power Sysadmin Blog
March 23, 2023 - You can install it by typing: sudo apt install make · First of all, make sure that the make command is installed on your Linux distribution and that the path to its directory is included in the PATH environment variable.
Discussions

Command not recognised
New user running Fedora on Lenovo Thinkpad Yoga 7 16". I ran quite a few commands in terminal when I first installed Fedora, just to get RPM fusion and some other bits installed. Yesterday I tried to open a video file but it wouldn’t play the video, only audio, in the Fedora default video player. More on discussion.fedoraproject.org
🌐 discussion.fedoraproject.org
7
0
January 30, 2024
Fedora command not working
This command always worked for me in fedora 26 dnf install -y firefox x2go* But it now gives an error: "Command ‘dnf’ not found, did you mean: command ‘df’ from deb coreutils (8.30-3ubuntu2) Try: apt install " Question: How do I make this command work in Fedora 32? More on discussion.fedoraproject.org
🌐 discussion.fedoraproject.org
0
0
October 7, 2020
Customise bash "command not found"
You can define a function in your .bashrc file command_not_found_handle () { echo "Fool!" echo "Arguments: $@" } This will replace the existing command_not_found_handle function that is defined in /etc/profile.d/PackageKit.sh. This gets sourced via the global bashrc so you need to make sure you define it in your .bashrc after the following: # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi More on reddit.com
🌐 r/Fedora
3
1
June 1, 2024
Make command fails on Fedora 36 plasma version
When I execute the "make" command, I get this error: make -C /lib/modules/5.17.5-300.fc36.x86_64/build M=/home/liveuser/rtw88 modules make[1]: *** /lib/modules/5.17.5-300.fc36.x86_64/build: No such file or directory. Stop. make: *** [Mak... More on github.com
🌐 github.com
3
June 19, 2022
🌐
Level1Techs
forum.level1techs.com › operating systems & open source › linux
Error using the "Make" command on Fedora - Linux - Level1Techs Forums
May 17, 2014 - Perhaps you should add the directory containing `libmicrohttpd.pc' to the PKG_CONFIG_PATH environment variable No package 'libmicrohttpd' found mkdir -p obj gcc -Wall -W -Wcast-align ...
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Command not recognised - Fedora Discussion
January 30, 2024 - New user running Fedora on Lenovo Thinkpad Yoga 7 16". I ran quite a few commands in terminal when I first installed Fedora, just to get RPM fusion and some other bits installed. Yesterday I tried to open a video file but it wouldn’t play the video, only audio, in the Fedora default video player.
🌐
Commandfound
commandfound.com › post › make-command-not-found-fedora
make command not found - Fedora - CommandFound
March 11, 2024 - Learn how to install the 'make' command on Fedora and understand its importance in software development.
🌐
How-To Geek
howtogeek.com › home › linux › how to fix "make: command not found" error in ubuntu
How to Fix "make: command not found" Error in Ubuntu
May 5, 2023 - As you can see, the find command has found three files that Bash uses as part of its "Tab" command-line completions, and the binary executable. But something has gone very wrong with this installation, and the make binary has been placed in the "/etc/" directory. We'll move that to where it should be, and make should start to work. ... Now if we try to use the make command, any messages we get should come from make, and not from Bash.
🌐
It's FOSS
itsfoss.com › make-command-not-found-ubuntu
Make Command Not Found? Here's How to Fix it
January 11, 2023 - The other day I was trying to compile a program on a fresh new Ubuntu system and it threw me an error when I tried to use the make command: The program 'make' is currently not installed. You can install it by typing: sudo apt install make One of the
Find elsewhere
🌐
Fedora Project
fedoraproject.org › wiki › Features › PackageKitCommandNotFound
Features/PackageKitCommandNotFound - Fedora Project Wiki
August 7, 2009 - Command not found. Install package 'powertop' to provide command 'powertop'? [N/y] You can edit system policy by changing the /etc/PackageKit/CommandNotFound.conf file. New users can get the package installed automatically when trying to use a new command.
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Fedora command not working - Fedora Discussion
October 7, 2020 - This command always worked for me in fedora 26 dnf install -y firefox x2go* But it now gives an error: "Command ‘dnf’ not found, did you mean: command ‘df’ from deb coreutils (8.30-3ubuntu2) Try: apt install " Question: How do I make this command work in Fedora 32?
🌐
Linux Questions
linuxquestions.org › questions › linux-software-2 › make-command-not-found-4175653702
make command not found - Linux - Software
I'm currently running Devuan in an i3 4G ram on my machine and trying to install from source, because Devuan does not offer dvb-utils. The app
🌐
GitHub
github.com › lwfinger › rtw88 › issues › 90
Make command fails on Fedora 36 plasma version · Issue #90 · lwfinger/rtw88
June 19, 2022 - When I execute the "make" command, I get this error: make -C /lib/modules/5.17.5-300.fc36.x86_64/build M=/home/liveuser/rtw88 modules make[1]: *** /lib/modules/5.17.5-300.fc36.x86_64/build: No such file or directory. Stop. make: *** [Mak...
Author   lwfinger
🌐
Cyfuture Cloud
cyfuture.cloud › kb › general › bash-make-command-not-found
Bash Make Command Not Found
Once you've successfully installed the make command and updated your PATH (if necessary), you should be able to run make without encountering the "-bash: Establishing the version of MySQL to run as well as setting up the required variables with "export" command, I encountered the "make: command not found" error.
🌐
Delft Stack
delftstack.com › home › howto › linux › bash make command not found error
How to Solve Make Command Not Found Error in Linux Bash | Delft Stack
March 14, 2025 - The make utility automates the process of building and managing dependencies in software projects. It reads a file called Makefile, which contains rules and instructions for compiling code. When you encounter the “command not found” error, it usually means that make is not installed on your system or it’s not in your PATH.
🌐
Reddit
reddit.com › r/fedora › trying to complie in fedora and running into error when doing make
r/Fedora on Reddit: Trying to complie in Fedora and running into error when doing make
February 18, 2016 -

So, I am trying to learn to code by using the Learn the Hard Way books. While trying the first practice in the C book I get an error that I can not seem to google.

here is what I see in terminal

$ make ex1

....

/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/5.3.1/../../../libc.so when searching for -lc

/usr/bin/ld: skipping incompatible /lib/libc.so when searching for -lc

/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc

/usr/bin/ld: cannot find -lc

collect2: error: ld returned 1 exit status

<builtin>: recipe for target 'ex1' failed

make: *** [ex1] Error

Sorry if my formatting is wrong