【发布时间】:2013-07-22 02:57:22
【问题描述】:
我正在尝试编译具有代码完成功能的 gcc-code-assist,以便与 emacs 一起使用。但是我在编译时收到此错误消息
checking for exception model to use... configure: error: unable to detect exception model
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/home/dev/workspace/trash/gcc-code-assist-0.1-4.4.4'
make: *** [all] Error 2
我正在运行 Ubuntu 12.04 64 位 我该怎么做才能克服这个问题
【问题讨论】:
-
您使用的配置选项是什么?
-
针对此错误进行一些 Google 搜索,听起来您的 makefile 中某处的拼写错误或指定的路径不正确。你能把代码贴在makefile里面吗?此链接也可能对您有所帮助。 gcc.gnu.org/ml/gcc/2001-11/msg01262.html
标签: gcc compiler-errors g++ makefile