码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2019-09-02 11:51:06      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:href   clang   ror   iss   tps   github   oca   voc   rar   

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

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

标签:href   clang   ror   iss   tps   github   oca   voc   rar   

原文地址:https://www.cnblogs.com/already/p/11445387.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!