Linking static library into R

吃可爱长大的小学妹 提交于 2019-12-06 12:33:16

That should work -- make sure you see the library used on the final link statement when the package is built. Mind you, though, that -L is for the patch and -lq should be all.

Static libraries can also be added directly so try /path/to/lib/libq.a as is as an argument to PKG_LIBS.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!