2
任何人都有什麼關於這是什麼,我該如何解決這個構建錯誤?什麼是「-lC++」?
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
在此先感謝。
任何人都有什麼關於這是什麼,我該如何解決這個構建錯誤?什麼是「-lC++」?
ld: library not found for -lc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
在此先感謝。
安裝的libC++
您可以從:
http://libcxx.llvm.org/
你的意思是Xcode 4.6.2沒有包含libC++ ??! 編輯:其實我通過選擇LLVM GCC 4.2編譯器而不是Apple LLVM編譯器解決了這個錯誤... – FabioB
隨機猜測,'-lcpp'? –
@MarcB'-lstdC++',而據我所知。 [編輯:yup,只是檢查。] – 2013-06-25 16:25:45