You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
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 !
The text was updated successfully, but these errors were encountered: