在 mac 編譯 c程式輸入下列command
gcc xxx.c -o xxx 而出現的錯誤如下圖
參考資料:gcc 4.8 mac os x 10.8 throws "undefined symbols for architecture x86_64"
原因為c檔案裡include other file, for example: yyy.h
因此需要連include 檔案一便編譯
gcc xxx.c yyy.c(/yyy.cpp) -lstdc++ -o xxx
以上
文章標籤
全站熱搜
留言列表