Cygwin なんでも掲示板

一覧最新記事過去一覧 | 検索FAQアンテナHOME
(新規投稿・発言はできません)

No.1282  Re:C++コンパイル
発言者: MSだす。
発言日: 2003 06/27 18:10
 
ヘッダファイルに対する警告がでますが一応コンパイルできるようですが。
$ g++ test.cc
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
from test.cc:1:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.

また、gcc2(2.95.3-10)でなら、この警告はです。
$ g++-2 test.cc
$
$ ./a.exe
test
$

"gcc test.cc"というように、"gcc"と入力してませんか?


▼関連発言

1281:C++コンパイル [xion] 06/27
 ├1282:Re:C++コンパイル [MSだす。] 06/27
 │└1284:Re[2]:C++コンパイル [xion] 06/27
 └1283:Re:C++コンパイル [りう] 06/27
  └1285:Re[2]:C++コンパイル [xion] 06/27
   └1286:Re[3]:C++コンパイル [りう] 06/27
    └1287:Re[4]:C++コンパイル [水口] 06/27
     └1289:Re[5]:C++コンパイル [MSだす。] 06/28 <

Pass 保存

早田のホームページへ
CGIROOM