Problems with Compiling C program on Ubuntu -


i using ubuntu 10.10 vm , new it. until compile c programs terminal. however, try compile them gives message as:

/usr/bin/ld: cannot find -lc  collect2: ld returned 1 exit status 

i have searched on net not figure out going wrong. know answer must simple appreciated. thanks!

installing necessary tools should solve problem. try:

sudo apt-get install build-essential 

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -