Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make: gcc: No such file or directory #65

Open
RandomAnonyme opened this issue Jul 3, 2022 · 1 comment
Open

make: gcc: No such file or directory #65

RandomAnonyme opened this issue Jul 3, 2022 · 1 comment

Comments

@RandomAnonyme
Copy link

When i try to run ./configure && make && make install i get errors like :
-make: gcc: No such file or directory
-gcc -Wall -Wextra
-DSYSCONFDIR='"'/etc'"'
-o config.o -c config.c
-make: *** [Makefile:69: config.o] Error 127
I used to use intel-undervolt on debian 11 with no problems at all but i'm fairly new to linux so if you know how to solve this i would be grateful !

@RandomAnonyme
Copy link
Author

Turns out i'm just a noob who can't read what the terminal is saying to him because me dumb me wants the thing to do the thing.
I've done some research on the terms i was reading and turns out i just needed to install gcc compiler ...
So if anyone has the same problem : just sudo apt install build-essential and then check gcc --version to be sure you have it installed. Then it's all good !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant