debian 5.0 32 位元,amd 64位元 cpu
直接下載的 firefox 應該是因為環境不同,無法使用
只好自己編譯
原碼為 firefox 2.0
./configure 已經成功
但是錯在一個奇怪地方
------------------------------------------------------------------------------------
make -f client.mk build
錯誤訊息
* Your source tree contains these files:
* /home/wwwroot/upload7/firefox/3/mozilla-2.0/config/autoconf.mk
* This indicates that you previously built in the source tree.
* A source tree build can confuse the separate objdir build.
*
* To clean up the source tree:
* 1. cd /home/wwwroot/upload7/firefox/3/mozilla-2.0
* 2. gmake distclean
意思應該是要執行
gmake distclean
------------------------------------------------------------------
已經安裝 GNU make
執行 make distclean (linux 下 make 和 gmake 一樣),也確認過是 GNU make ,下載自己編譯的
錯誤
make: *** No rule to make target `distclean'. Stop.
------------------------------------------------------------------
這到底是哪裡錯誤了???
教學都只有到 make -f client.mk build ,之後應該一切正常 orz
去那裡找參考資料 ??? 官網都是寫到這裡就正常了