Linux生成静态库

1. gcc -c 生成.o

2. ar rcs <static lib filename> <object file list>

posted @ 2011-11-18 17:38  super119  阅读(189)  评论(0编辑  收藏  举报