이거 어떻게 컴파일 하는거에요? 제가 컴파일 하니깐 이런 에러가 뜹니다.
[root@localhost xsnow-1.42]# gcc -c -02 -I/usr/include -DSVR4 -DSYSV xsnow.c
gcc: unrecognized option `-02'
xsnow.c:223:27: X11/Intrinsic.h: 그런 파일이나 디렉토리가 없음
xsnow.c:224:22: X11/Xlib.h: 그런 파일이나 디렉토리가 없음
xsnow.c:225:23: X11/Xutil.h: 그런 파일이나 디렉토리가 없음
xsnow.c:226:21: X11/Xos.h: 그런 파일이나 디렉토리가 없음
xsnow.c:227:21: X11/xpm.h: 그런 파일이나 디렉토리가 없음
In file included from xsnow.c:249:
toon.h:19:27: X11/Intrinsic.h: 그런 파일이나 디렉토리가 없음
toon.h:20:22: X11/Xlib.h: 그런 파일이나 디렉토리가 없음
toon.h:21:21: X11/Xos.h: 그런 파일이나 디렉토리가 없음
toon.h:22:21: X11/xpm.h: 그런 파일이나 디렉토리가 없음
toon.h:23:34: X11/extensions/shape.h: 그런 파일이나 디렉토리가 없음
-02를 빼고 해도 같습니다.