g++에서 라이브러리?

Seven..의 이미지

겨우.. g++을 설치했습니다 유레카 -_-

그러나..... 컴파일을 해봐야지! 라고 하면서 도전했을때는..

저의 리눅스는 이렇게 말하네요..

Quote:
[root@localhost oshw2]# g++ -o client client.cpp
client.cpp:4:1: warning: "_GNU_SOURCE" redefined
<command line>:4:1: warning: this is the location of the previous definition
In file included from client.cpp:6:
local.h:5:18: cstdio: 그런 파일이나 디렉토리가 없음
local.h:6:23: sys/types.h: 그런 파일이나 디렉토리가 없음
local.h:7:22: sys/stat.h: 그런 파일이나 디렉토리가 없음
local.h:8:19: fcntl.h: 그런 파일이나 디렉토리가 없음
local.h:9:20: unistd.h: 그런 파일이나 디렉토리가 없음
local.h:10:20: string.h: 그런 파일이나 디렉토리가 없음
local.h:11:26: linux/limits.h: 그런 파일이나 디렉토리가 없음
local.h:12:20: stdlib.h: 그런 파일이나 디렉토리가 없음

무엇을 확인해봐야하나요..