[ Guru ] in KIDS 글 쓴 이(By): chaos (수리샛별) 날 짜 (Date): 1995년12월26일(화) 00시54분06초 KST 제 목(Title): [질문] elm, g++ install alpha에서 elm하고 libg++ 깔고있는데 정말 못해먹겠어요. 둘다 최신버젼을 가져다 까는데 에러가 뜨면서 make가 끝나버려요. elm2.4h4하고 libg++-2.7.0을 깔려고 했는데 않돼네요. 그래서 libg++-2.6.3을 깔았더니 이건 잘 깔리는데 막상 프로그램 하나짜서 컴파일을 했더니만 이상한 에러가 나는거예요. #include <iostream.h> int main(void) { cout << "help me \n"; } 이걸 g++ 로 컴파일 했더니만 /usr/local/lib/g++-include/streambuf.h: In method `void ios::init(struct streambuf *, class ostream *)': In file included from /usr/local/lib/g++-include/iostream.h:31, from hello.cc:1: /usr/local/lib/g++-include/streambuf.h:448: warning: `void ios::init(struct streambuf *, class ostream *)' was used before it was declared inline /usr/local/lib/g++-include/streambuf.h:252: warning: previous non-inline declaration here collect2: ld returned 1 exit status /bin/ld: Can't locate file for: -lstdc++ 이런 상태가 되네요. 어케해야해요? 참고로 gcc는 2.7.2를 깔았습니다. |