作者FFz (澎湖.仙人掌.234)
站內LinuxDev
標題[問題] internal compiler error: Segmentation fault
時間Sat Apr 14 13:25:09 2007
我在 make all GNU SID source code 耗時三個鐘頭+
後來出現了 internal compiler error: Segmentation falut
底下是我所下的一些參數
/root/work/src/sid/configure --prefix=/foo > sid_conf_log 2>&1
make all > sid_make_log 2>&1
底下是 log檔
http://www.sendspace.com/file/q57p8h
sid_make_log的錯誤發生在 5974 行
麻煩各位幫忙一下 謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 211.74.251.159
1F:推 zxvc:那一行的錯誤是: 04/14 14:47
2F:推 zxvc:In file included from ... sh.h:314: internal compiler err 04/14 14:48
3F:推 zxvc:這個問題我就沒見過。不過如果是我,我會用文字編輯器打開 04/14 14:50
4F:→ zxvc:sh.h那個檔案,看自己有沒有辦法把原始碼改好。 04/14 14:50
5F:→ zxvc:它是說g++在編譯sh.h的第314行造成錯誤。 04/14 14:52
6F:→ zxvc:但這錯誤訊息看來是你主機上的g++執行的時候掛了 04/14 14:54
7F:→ zxvc:所以也許是你主機上的g++的bug也不一定 04/14 14:55
8F:→ zxvc:如果問題出在後者,那可能就要換個版本的編譯器。 04/14 14:57
9F:→ zxvc:再不然你把sh.h internal compiler error這幾個關鍵字丟到 04/14 14:58
10F:→ zxvc:google搜尋看看。 04/14 15:00