どうすればいいのだ?
hayate% uname -a
NetBSD hayate 4.99.40 NetBSD 4.99.40 (HAYATE) #1: Wed Dec 5 21:54:46 JST 2007
root@hayate:/usr/src/devel/obj/sys/arch/i386/compile/HAYATE i386
hayate% cat /tmp/test.c
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Test\n");
exit(0);
}
hayate% /usr/bin/cc /tmp/test.c
:0: internal compiler error: in real_to_decimal, at real.c:1621
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.
http://releng.netbsd.org/cgi-bin/builds.cgiを見ると2007-12-04 00:02 UTCのi386のbuildは成功しているのでその時点でのバイナリを取ってくるしかないか。
追記
別マシンでつくったgccのオプションを最適化しすぎてVMware Player上では期待された動作をしなかっただけだった。前提の環境条件を忘れていたための単なるポカだった。
追記2 (Jan/01/2008)
npxが見えていなかったために生じた問題だった。http://abekatsu.air-nifty.com/diary/2008/01/post_e722.htmlに追記した。
「NetBSD」カテゴリの記事
- DRI on i855GM(2008.03.09)
- 間違い(2008.01.01)
- NetBSD running on Windows' VMWare Player(2007.12.23)
- どうすればいいのだ?(2007.12.08)
この記事へのコメントは終了しました。
コメント