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

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -