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.
嗨,我正在对 Log4Cxx 进行一些初步调查,它似乎是一个动态库。我想知道是否可以将它用作静态构建的一部分。提前致谢。
log4cxx 包有一个静态库和动态库。链接程序时使用-l:liblog4cxx.a(注意全名)而不是通常-llog4cxx的。
-l:liblog4cxx.a
-llog4cxx