how can i solve the gcc problems in Debian ? when i am apt-get install gcc find one qustions? -


i'm using gcc compile files in debian terminal, : zsh: command not found: gcc

so i've tried sudo apt-get install gcc.

> following packages have unmet dependencies: > gcc : > depends:gcc-4.7(>=4.7.2-1~) not going installed > recommends: libc6-dev not going installed or libc-dev 

try installing gcc , dependencies package:

sudo apt-get install build-essential 

Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -