看板 PttCurrent 關於我們 聯絡資訊
我用了原文下面好心版友的推文 alias make=pmake 它沒有反應 我推測是有進展了 可是再輸入一次原步驟 :/home/bbs/pttbbs# make BBSHOME=/home/bbs all install pmake: "../../pttbbs.mk" line 14: warning: Couldn't read shell's output for "whi ch ccache|sed -e 's/^.*\///'" gcc -O -g -Os -Wall -pipe -DBBSHOME='"/home/bbs"' -I../include -D__OS_MAJOR_VER SION__="2" -D__OS_MINOR_VERSION__="6" -c admin.c /bin/sh: gcc: command not found *** Error code 127 Stop. pmake: stopped in /home/bbs/pttbbs/mbbsd pmake: "../../pttbbs.mk" line 14: warning: Couldn't read shell's output for "whi ch ccache|sed -e 's/^.*\///'" gcc -O -g -Os -Wall -pipe -DBBSHOME='"/home/bbs"' -I../include -D__OS_MAJOR_VER SION__="2" -D__OS_MINOR_VERSION__="6" -DPTTBBS_UTIL -D_BBS_UTIL_C_ -c -o util_ cache.o ../mbbsd/cache.c /bin/sh: gcc: command not found *** Error code 127 Stop. pmake: stopped in /home/bbs/pttbbs/util pmake: "../../pttbbs.mk" line 14: warning: Couldn't read shell's output for "whi ch ccache|sed -e 's/^.*\///'" gcc -O -g -Os -Wall -pipe -DBBSHOME='"/home/bbs"' -I../include -D__OS_MAJOR_VER SION__="2" -D__OS_MINOR_VERSION__="6" -DVERSION=\"0.50-pttpatch\" -DADMINUSER=\"root@your.domain.name\" -DMapleBBS -DDBZDEBUG - I. -DLINUX -DGETRUSAGE -DHMM_USE_ANTI_SPAM -c bbslink.c /bin/sh: gcc: command not found *** Error code 127 Stop. pmake: stopped in /home/bbs/pttbbs/innbbsd pmake: "../../pttbbs.mk" line 14: warning: Couldn't read shell's output for "whi ch ccache|sed -e 's/^.*\///'" gcc -O -g -Os -Wall -pipe -DBBSHOME='"/home/bbs"' -I../include -D__OS_MAJOR_VER SION__="2" -D__OS_MINOR_VERSION__="6" -c admin.c /bin/sh: gcc: command not found *** Error code 127 Stop. pmake: stopped in /home/bbs/pttbbs/mbbsd pmake: "../../pttbbs.mk" line 14: warning: Couldn't read shell's output for "whi ch ccache|sed -e 's/^.*\///'" gcc -O -g -Os -Wall -pipe -DBBSHOME='"/home/bbs"' -I../include -D__OS_MAJOR_VER SION__="2" -D__OS_MINOR_VERSION__="6" -DPTTBBS_UTIL -D_BBS_UTIL_C_ -c -o util_ cache.o ../mbbsd/cache.c /bin/sh: gcc: command not found *** Error code 127 Stop. pmake: stopped in /home/bbs/pttbbs/util pmake: "../../pttbbs.mk" line 14: warning: Couldn't read shell's output for "whi ch ccache|sed -e 's/^.*\///'" gcc -O -g -Os -Wall -pipe -DBBSHOME='"/home/bbs"' -I../include -D__OS_MAJOR_VER SION__="2" -D__OS_MINOR_VERSION__="6" -DVERSION=\"0.50-pttpatch\" -DADMINUSER=\"root@your.domain.name\" -DMapleBBS -DDBZDEBUG - I. -DLINUX -DGETRUSAGE -DHMM_USE_ANTI_SPAM -c bbslink.c /bin/sh: gcc: command not found *** Error code 127 Stop. 請問這樣又是什麼意思呢 是不是我又有哪裡沒有注意到了@@a 再次麻煩各位<(_ _)> p.s. 我的源碼是使用下面方法取得的 svn checkout http://OpenSVN.csie.org/pttbbs/trunk/pttbbs ※ 引述《Cerebrating (QueSeraSera)》之銘言: : 12. (在 ~bbs/pttbbs 下) 執行 make BBSHOME=/home/bbs all install : :/home/bbs/pttbbs# make BBSHOME=/home/bbs all install : Makefile:4: *** missing separator. Stop. : 上面的錯誤訊息從FAQ找到 : 2.在 Linux底下出現 Makefile 錯誤. : 使用 Linux, 在 compile的時候出如 : Makefile:20: *** missing separator. Stop. : 請安裝 pmake, 並將 make alias 成 pmake . : 如: apt-get install pmake : alias make pmake : :/home/bbs/pttbbs# apt-get install pmake : Reading package lists... Done : Building dependency tree... Done : pmake is already the newest version. : 0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded. : 所以是有安裝的 可是 : :/home/bbs/pttbbs# alias make pmake : -bash: alias: make: not found : -bash: alias: pmake: not found : 這樣的問題是出在哪裡呢?? : 注意: 如果你 pmake 看到 : "Makefile", line 9: Missing dependency operator : 是因為裝了 pmake 2.x (Debian 目前裝的是 1.9x, 而 Mandrake 就是用 2.x)。 : PMake 2.x 把 .if 改成 #if 的格式,這會造成舊的檔案都失效, : 而且雖然有提供-Z . 可用 . 代替 # , : 但 system.mk 等系統檔仍為 # 所以會爛。 : PttBBS 會不會改成 PMake v2 的格式呢? : 因為 BSD 系統都沒變,所以可能不會改。 : 解決方法有兩種 : (1) 請裝 pmake 1.x ,簡單直接的作法 : (2) 不過有時候你就是不幸要用 pmake 2.x,所以有個小程式可以幫你忙。 : 在 pttbbs/ 目錄下執行 util/pmakev2.sh : 它會自動轉換成 PMake v2 的格式。 : 我的OS:Debian : 感覺上像是沒辦法使用make...囧a : 請大家幫忙 我混亂了T_________T -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.127.166.157
ledia:/bin/sh: gcc: command not found 10/02 10:23
Cerebrating:噗 我竟然沒注意到 一語驚醒夢中人T_______T 10/02 13:49
angel07: alias make='pmake *' 07/01 17:00