应该怎么设置才能正常编译呢?
从你的错误中,并不是你程序的问题,
问题出现在你的MinGW有问题,MinGW中没有安装编译器G++(GCC),或者安装有误。请使用同版本的MinGW 不要一个是64 一个是32
MinGW
G++(GCC)
64
32
我怀疑你的C:\MinGW 是x86的版本 但是你编译的是x64的程序
C:\MinGW
x86
x64
我也没用过 dev-c++ 啊,感觉好古老的东西,你的报错看起来像是找不到函数库,依我说如果你不熟悉 C++ 又想写写 Hello world 不如装个 codeblocks你的编译器是怎么配的啊?换个试试,比如 codeblocks 自带的 MinGW,贴一下我的:
Using built-in specs. COLLECT_GCC=C:\Program Files\MinGW\bin\g++.exe COLLECT_LTO_WRAPPER=C:/Program\ Files/MinGW/bin/../libexec/gcc/mingw32/4.9.2/lto-wrapper.exe Target: mingw32 Configured with: ../../../src/gcc-4.9.2/configure --build=mingw32 --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs Thread model: posix gcc version 4.9.2 (tdm-1)
真的,你真的没必要纠结这种问题
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
从你的错误中,并不是你程序的问题,
问题出现在你的
MinGW
有问题,MinGW
中没有安装编译器G++(GCC)
,或者安装有误。请使用同版本的
MinGW
不要一个是64
一个是32
我怀疑你的
C:\MinGW
是x86
的版本 但是你编译的是x64
的程序我也没用过 dev-c++ 啊,感觉好古老的东西,你的报错看起来像是找不到函数库,依我说如果你不熟悉 C++ 又想写写 Hello world 不如装个 codeblocks
你的编译器是怎么配的啊?换个试试,比如 codeblocks 自带的 MinGW,贴一下我的:
真的,你真的没必要纠结这种问题