Today's afternoon, when I compile some program, there were something wrong like '
/usr/bin/ld: crt1.o: No such file: No such file or directory' . I googled it for a long time, so I found the reslove. If you installed the libc6-dev package,the problems would be resloved.
apt-get install libc6-dev
apt-get install libc6-dev
转载于:https://blog.51cto.com/davis/32840