搜尋此網誌

How to fix cannot find -lc

1. check if libc.a exist but PATH not correct,if so, using symblic link to access.
    try locate libc.a to check libc.a directory.
2. if you can find the libc.a on your linux system, then you need install glib static library.
     For example.  fedora 14 ,yum install install glibc-static
   or get rpm from ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/updates/14/i386/glibc-static-2.13-2.i686.rpm

      then using rpm -ihv to install this rpm package.