nodejs错误:ld: library not found for -lgcc_s.10.5 clang: error: linker command failed with exit code 1

Posted 风车车

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nodejs错误:ld: library not found for -lgcc_s.10.5 clang: error: linker command failed with exit code 1相关的知识,希望对你有一定的参考价值。

解决方案:

$ cd /usr/local/lib
$ sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.5.dylib

参考链接

 

以上是关于nodejs错误:ld: library not found for -lgcc_s.10.5 clang: error: linker command failed with exit code 1的主要内容,如果未能解决你的问题,请参考以下文章

启用 openmp 时出错 - “ld: library not found for -lgomp”和 Clang 错误

JUCE 和 React Native - 链接器错误“ld: library not found for -lReact”

Xcode 6.1.1 的静态库和 cocoapods - ld: library not found 错误

归档 IOS 应用程序以响应本机错误时出错:ld: library not found for -lFBReactNativeSpec

React Native 0.63.2 iOS Build Error with `ld: library not found for -lAppAuth`

NPM:在 OS X El Capitan 上的“ld: library not found for -lgcc_s.10.5”?