当前位置: 技术问答>linux和unix
GCC 3.4.2(FC3)是不是不支持long long 类型呀?
来源: 互联网 发布时间:2015-09-27
本文导语: 我本来在Red Hat 3.3.2做的程序,用Qt designer做的界面,现在移到Red Hat 3.4.2上就编不过去了! 我在Makefile文件里写入 -Wno-long-long时很多程序都编过去了,但用到stringstream的部分提示: error:declaration of 'struct std::stringstream' ...
我本来在Red Hat 3.3.2做的程序,用Qt designer做的界面,现在移到Red Hat 3.4.2上就编不过去了!
我在Makefile文件里写入
-Wno-long-long时很多程序都编过去了,但用到stringstream的部分提示:
error:declaration of 'struct std::stringstream'
请大家帮忙呀!
我在网上看到
GCC 3.4.2
Alpha Tru64-specific
16210 libstdc++ gratuitously omits "long long" I/O
感觉是不是GCC 3.4.2不支持long long啊?如果这样,我该怎么办呀?
我在Makefile文件里写入
-Wno-long-long时很多程序都编过去了,但用到stringstream的部分提示:
error:declaration of 'struct std::stringstream'
请大家帮忙呀!
我在网上看到
GCC 3.4.2
Alpha Tru64-specific
16210 libstdc++ gratuitously omits "long long" I/O
感觉是不是GCC 3.4.2不支持long long啊?如果这样,我该怎么办呀?
|
error:declaration of 'struct std::stringstream'
is there anything to do with long long?
is there anything to do with long long?
|
重定义'struct std::stringstream