能否支持编译libphpx.so的静态库?
leoleoasd opened this issue · 2 comments
leoleoasd commented
如题
现在这样子的话 发布插件的时候必须带一个libphpx.so 十分不方便
owenliang commented
好的,敬请期待。
Leo <notifications@github.com> 于 2019年5月3日周五 下午2:15写道:
… 如题
现在这样子的话 发布插件的时候必须带一个libphpx.so 十分不方便
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#62>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3REUHA32LPIJEFWGOJSIDPTPJ7NANCNFSM4HKRN7PA>
.
owenliang commented
@leoleoasd master最新提交已经支持输出静态库。
更新代码,执行:
cmake .
make
make install
那么动态库和静态库都会被安装到/usr/local/lib,此后你编译扩展的gcc指令需要采用静态链接方式。