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.
我在 linux 中使用 libtool,有没有办法更改生成的共享库的名称?我尝试在 configure.ac 中使用 AC_INIT 宏,但没有效果。
谢谢
libtool使用AFAIK确实没有一种简单的方法可以做到这一点。如果需要重命名libfoo.la为libbar.la,最简单的方法是在 makefile 中重命名。
libtool
libfoo.la
libbar.la