gcc4

gcc4

文章 0 浏览 2

GCC 4.5、boost 和 throw_error_already_set

使用Python 2.2.3,Boost 1.46和这个简单的扩展模块: #include &ltPython.h&gt #include &ltboost/python.hpp&gt using namespace boost::python us…

指尖上得阳光 2024-11-10 00:27:49 0 0

如何设置 gcc 4.3 默认规格文件?

使用 gcc 版本 4.3.2 时,我了解如何使用以下方法生成规范: $ /usr/local/gcc-4.3.2/bin/gcc -v Using built-in specs 现在更改为与 libgcc 相同的目…

爱殇璃 2024-11-03 11:58:43 2 0

如何应用 GCC 补丁

我正在尝试将 此 补丁应用于 MinGW 上的 GCC 来获取它编译 GDC 2,但我不知道如何。 (我对 GCC 的内部结构仍然很陌生,甚至对一般的 *nix 工具也很陌…

无声情话 2024-10-20 12:27:25 2 0

通过使用 gcc 选项的不同组合来调整程序的性能

据我记忆,有一个项目是探索gcc选项的最佳组合(cflag) 以获得程序的最佳性能。 如果我没记错的话,他们是随机测试的。 有人可以提醒我该项目的名称…

初雪 2024-10-20 10:02:47 2 0

GCC -O2 与 -march / -ftree-vectorize

我正在针对一个在两个图像( 2000Hx3000W 和 6800Hx8500W )上执行索贝尔内核卷积的程序尝试几个编译器开关。有一些我无法解释的观察结果,以下是数据…

且行且努力 2024-10-17 07:18:16 1 0

gcc-4.4.0-1aix5.3 缺少依赖 libgmp、libmpfr

我正在尝试在 Aix 5.3 系统(64 位)上安装 gcc-4.4.0-1。我已经安装了 MPFR 2.0 和 LIBGMP 4.3,并且可以在 /usr/lib 中看到 libgmp.a 和 libmpfr.a…

悸初 2024-10-17 02:35:30 8 0

无法将流代码与 gcc 链接

我在编译以下代码时遇到问题: // writing on a text file #include &ltiostream&gt #include &ltfstream&gt using namespace std int main () { ofst…

我不在是我 2024-10-08 18:09:35 4 0

Boost multi_index_container,按标签获取索引会导致编译器错误

所以,我试图涉足 multi_index_container 并遇到一个相当奇怪的编译器错误,首先这里是演示我的问题的最简单的示例(我可能错过了一些愚蠢简单的东西…

无人问我粥可暖 2024-10-07 22:32:10 4 0

强制VS2008发出类似于“警告:有符号和无符号整数表达式之间的比较”的GCC警告

与 从 'int' 转换为 'size_t' 可能会更改结果的符号 - GCC 、 C 中描述的内容相同,我想确保在 32 位和 64 位编译下,我在 GCC 4.2.1 下收到的警告也…

池予 2024-10-06 22:03:51 3 0

为什么我会收到 cc1plus: error: unrecognized command line option “-arch”?

/usr/bin/make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf /usr/bin/make -f nbproject/Makefile-Debug.mk dist/Debug/GNU-MacOSX/cpp…

〗斷ホ乔殘χμё〖 2024-10-06 12:50:23 6 0

强制 GCC 4.x 将 -Wreturn-type 视为错误而不启用 -Werror?

假设我们有以下代码: #if !defined(__cplusplus) # error This file should be compiled as C++ #endif #include &ltstdio.h&gt #include &ltstring&…

一场信仰旅途 2024-10-03 02:14:48 5 0

Mac 上的问题:“重新加载 asm 时无法在 BREG 类中找到寄存器”

我尝试将一些代码移植到 Mac OS X 上。 该程序使用“ttmath”库,一个头文件 big-num 头库。 这个库在windows和linux上都工作得很好,但是当我尝试在M…

抽个烟儿 2024-09-29 08:49:02 7 0

无匹配功能 - 专业签名隐藏通用?

我刚刚遇到了以下 C++ 编译器错误: no matching function for call "EPTDerivedException::HandleClass( BaseClass&amp )" candidates are: void EPT…

在你怀里撒娇 2024-09-28 10:08:22 4 0

意外的 const 引用行为

#include &ltiostream&gt class A { public: A(){ cerr &lt&lt "A Constructor" &lt&lt endl } ~A(){ cerr &lt&lt "A Destructor" &lt&lt endl } A(co…

权谋诡计 2024-09-10 01:44:54 6 0

这种使用offsetof有​​什么问题吗?

我正在 MinGW GCC 4.4.0 中编译一些 c++ 代码,并收到以下形式的警告... warning: invalid access to non-static data member '&ltmembername&gt' of …

神经暖 2024-09-07 14:46:45 6 0
更多

推荐作者

烙印

文章 0 评论 0

singlesman

文章 0 评论 0

独孤求败

文章 0 评论 0

晨钟暮鼓

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文