i try to compile a application but /usr/bin/ld can not find -lc what librarie are i missing
Vreme: 10/10/2011 09:14 PM, mattias piše:
i try to compile a application but /usr/bin/ld can not find -lc what librarie are i missing _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
http://www.cyberciti.biz/faq/centos-rhel-redhat-usrbinld-cannot-findlc-error...:
You need to install the glibc-static package. It contains the C library static libraries for -static linking. You don't need these, unless you link statically, which is highly discouraged. But mini_sendmail is specially used for chrooted setup. To install this login as root and type the following command: # yum install glibc-static
Does this help? It only took me 30 seconds on Google.