$ gcc -c fact.c -o fact.o
$ ar rcs libfact.a fact.o
$ tree . ├── fact.h ├── libfact.a ├── main.c
$ gcc -static main.c -L. -lfact -o main
沒有留言:
張貼留言