【发布时间】:2012-12-22 09:24:41
【问题描述】:
我正在尝试安装 xmlrpc-c 但我遇到了这个问题(配置很好)
make -C 包含/ -f /home/sampa/tmp/xmlrpc-c//include/Makefile \ all make[1]:进入目录
/home/sampa/tmp/xmlrpc-c/include' make[1]: Nothing to be done forall'。 make[1]: 离开目录/home/sampa/tmp/xmlrpc-c/include' make -C lib/ -f /home/sampa/tmp/xmlrpc-c//lib/Makefile \ all make[1]: Entering directory/home/sampa/tmp/xmlrpc-c/lib' make -C util/ -f /home/sampa/tmp/xmlrpc-c/lib/util/Makefile \ all make[2]: 进入目录/home/sampa/tmp/xmlrpc-c/lib/util' gcc -c -DNDEBUG -Wall -W -Wno-uninitialized -Wundef -Wimplicit -Winline -Wno-unknown-pragmas -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3 -Isrcdir/lib/util/include -I/home/sampa/tmp/xmlrpc-c cmdline_parser.c cmdline_parser.c: In function ‘cmd_processOptions’: cmdline_parser.c:297:1: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. Preprocessed source stored into /tmp/cc1uevda.out file, please attach this to your bugreport. make[2]: *** [cmdline_parser.o] Error 1 make[2]: Leaving directory/home/sampa/tmp/xmlrpc-c/lib/util' make[1]: * [util/all] 错误 2 make[1]: 离开目录 `/home/sampa/tmp/xml rpc-c/lib' make: * [lib/all] 错误 2
有什么想法吗?
【问题讨论】:
-
由于在没有详细信息的情况下解决了这个问题,而且似乎不需要更多帮助,因此可能会因为过于本地化而关闭。