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
make && sudo make install
Command 'make' not found, but can be installed with:
sudo apt install make # version 4.3-4.1build1, or
sudo apt install make-guile # version 4.3-4.1build1
执行sudo apt install make 后
make && sudo make install
cc -c -o src/po2lmo.o src/po2lmo.c
make: cc: No such file or directory
make: *** [: src/po2lmo.o] Error 127
还是报错??
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
make && sudo make install
Command 'make' not found, but can be installed with:
sudo apt install make # version 4.3-4.1build1, or
sudo apt install make-guile # version 4.3-4.1build1
执行sudo apt install make 后
make && sudo make install
cc -c -o src/po2lmo.o src/po2lmo.c
make: cc: No such file or directory
make: *** [: src/po2lmo.o] Error 127
还是报错??
Beta Was this translation helpful? Give feedback.
All reactions