在一個豹的Mac mini(PowerPC的)我試圖編譯蘋果GCC-3.3這是我從https://opensource.apple.com/tarballs/gcc_os/gcc_os-1819.tar.gz沒有規則,使目標錯誤半路下來讓
的./configure得到了完成w.o.任何錯誤,但要給出了以下錯誤:
如果只輸入「讓」它說
make: *** No rule to make target `all', needed by `default'. Stop.
當輸入使-f Makefile文件,本作開始不錯,但中途某處的過程中它停止:
gcc tclAppInit.o -L/Users/macmini/Downloads/gcc_os-1819/tcl/unix -ltcl8.0 -lc \-o tclsh
make[1]: *** No rule to make target `all'. Stop.
make: *** [all-expect] Error 2
對於這種類型的錯誤,據說tar可能會在untar操作期間刪除長文件名,但我嘗試了tar的不同版本,如1.14,1.27,錯誤也是一樣的。
我該怎麼辦?謝謝。 !(http://i.hizliresim.com/Kl9rRJ.png) (以防萬一,你可能想知道爲什麼我想編譯GCC-3.3,這是因爲它需要編譯GIMP上的PowerPC Mac)