我自己试图为我的嵌入式系统构建一个堆栈。在构建开源组件 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
我怎样才能解决这个问题??提前致谢