预编译-编译-汇编-连接 汇编:gcc -c sqlist.c -o sqlist.o gcc -c test.c -o test.o 连接:可执行文件:gcc sqlist.o test.o -o test