Mac: ld: library not found for -lgcc_s.10.4

Mac: ld: library not found for -lgcc_s.10.4

 
Checking for cc... ld: library not found for -lgcc_s.10.4

clang: error: linker command failed with exit code 1 (use -v to see invocation)
 
Found the way to solve the problem
 
cd /usr/local/lib sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.4.dylib
 
Thanks to italoag
https://github.com/nodejs/node/issues/2933

posted on 2019-09-02 11:06  studyphp  阅读(600)  评论(0编辑  收藏  举报

导航