我在Ubuntu 16.04 64位上使用gcc 5.4.0.当我编译一个程序时:
gcc -o prog prog.c
GCC自动链接到C标准库,所以我没有专门这样做.
提前致谢.
c gcc libc
c ×1
gcc ×1
libc ×1