如何在linux中使用node-gyp链接动态库?

时间:2016-05-26 11:03:39

标签: linux node.js node-gyp

我尝试将其添加到我的.gyp文件中:

'link_settings': {
    'ldflags': [
    '-L/path/to/dir', '-lname']}

path / to / dir name 更改为实际值。

但是,当我在生成的.node文件上运行ldd时,我没有得到libname.so的预期链接。

node-gyp没有忽略de -L和-l标志,因为当我将库名更改为不存在的名称时,我收到错误。

我做错了什么?

0 个答案:

没有答案