Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建 libgdbm。我下载了源代码,解压缩并输入(如 INSTALL 文件中所写):
./configure make
之后我得到了 .lo 和 .la 文件,但没有 libgdm.a。
我应该怎么做才能制作静态库?