浏览 1925 次
锁定老帖子 主题:gcc 执行c++报错
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2012-07-09
D:\cpp>g++ hello.cc Info: resolving std::cout by linking to __imp___ZSt4cout (auto-import) c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line. This should work unless it involves constant data structures referencing symbols from auto-imported DLLs. gcc下执行时报此错 加参:
g++ -enable-auto-import hello.cc
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2012-07-10
你这涉猎范围广泛的很呢。哈
|
|
返回顶楼 | |
发表时间:2012-07-10
yup110 写道 你这涉猎范围广泛的很呢。哈
必须的,我报了自考,而且改了专业,要考C++. 另外:最近没见你的踪迹啊渔夫。 |
|
返回顶楼 | |