标签: c compilation linker include
我创建了一个我想在程序的另一部分中使用的库,但我不想将它包含在make文件中。有人可以指出我正确的方向,我可以预先构建它并使用-l命令在编译时链接它。谢谢。
-l
答案 0 :(得分:-3)
http://crasseux.com/books/ctutorial/Building-a-library.html
用Google搜索“构建c库”。