>> Edit article
이름
제목
패스워드
In file included from /usr/local/include/g++-v3/backward/iostream.h:31, from ew.c:1: /usr/local/include/g++-v3/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. ^^;; 이런 글귀가 뜨네요.. #g++ ew.c 이렇게 컴파일 했더니 이상한 말이 뜨네요.. gcc는 아니죠? 그건 C컴파일러 라서 ^^; 어쩌죠~~~~ gcc 3.1 깔았는데... 소스로 컴파일 했거든요. g++ 또는 c++ 로 해서 iostream.h 파일이 필요한 소스로 작성한다음에 컴파일 했더니 위에 메시지 나오고 a.out 도 생성 됩니다. 그러나 실행이 안됩니다. #./a.out 을 실행 하면 ./a.out: error while loading shared libraries: libstdc++.so.4: cannot open shared object file: No such file or directory 이런게 뜨고..ㅠ.ㅠ 도움 주세요~~
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved