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
Post a Comment