0
要獲得支持,我在我的MacBook Pro上安裝了fink。執行引導腳本後,我得到以下錯誤日誌在MacBook上安裝flink時出現警告「系統中沒有C編譯器」
Checking package... looks good (fink-0.35.1).
Checking system... i386-apple-darwin12.4.0
This system is supported and tested.
Distribution: 10.8
Architecture: x86_64
Checking cc... not found.
ERROR: There is no C compiler on your system. Make sure that the Developer
Tools are installed.
我在/ usr/bin /目錄中找不到gcc。
讀完here後,我猜測x-code爲gcc編譯器提供了默認支持。
任何一個有想法我應該得到支持的芬克,或者如果有任何其他方式獲得支持的apt-get的。
的XCode不包括海灣合作委員會,但它是在/Applications/Xcode.app/Contents/Developer/usr/bin(使用'xcode-select -print-path'獲取/ usr/bin之前的部分路徑) –
如何使用它來解決上述問題? – CoDe
安裝XCode,然後將額外的目錄添加到路徑中。希望fink install應該找到C編譯器。 –