1
安裝GNAT 4.3,並添加以下到我的.bash_profile:
export PATH=/usr/local/ada-4.3/bin:$PATH
現在我可以運行gnatmake hello.adb
用下列內容的文件hello.adb:
with Ada.Text_IO;use Ada.Text_IO;
procedure Hello is
begin
Put_Line ("Hello world!");
end Hello;
,但我得到這個犯錯或:
gcc -c hello.adb
gcc: error trying to exec 'as': execvp: No such file or directory
gnatmake: "hello.adb" compilation error
我猜有一個與我的GNAT安裝有問題,但我一直無法找到這個問題的解決方案。
在此先感謝您的任何建議。
參見[*的Xcode 4 *](https://developer.apple.com/xcode/)。 – trashgod
Mac App Store當前的Xcode版本是4.5.2。 –
@SimonWright:我服從你的10.8經驗;請不要猶豫糾正或放大。 – trashgod