自分の組み込みシステム用のスタックを構築しようとしています。オープンソース コンポーネント fcgi の構築中に、システムがスタックして再起動しました。最後に実行しようとしたコマンドを以下に示します。
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -g -O2 -Wall -c -o libfcgi_la-fcgiapp.lo `test -f fcgiapp.c || echo './'`fcgiapp.c
ログから得たエラーは
make[1]: *** [all-recursive] Hangup
make[2]: *** [libfcgi_la-fcgiapp.lo] Hangup
make: *** [all] Hangup
どうすればこれを修正できますか?? 前もって感謝します