WWW

[알림판목록 I] [알림판목록 II] [글목록][이 전][다 음]
[ WWW ] in KIDS
글 쓴 이(By): Gizmos (  그림이)
날 짜 (Date): 1997년02월14일(금) 18시36분19초 KST
제 목(Title): [A]Apache 1.2b6 error...???



 cc를 쓰셔서 그런가 봅니다.

 gcc를 깔아 보심이 어떨지..

 아니면 CC( C++ compiler)를 사시면...

 제가 해본 결과는 이래요.

cat > t.c
const int i=0;
main(){

  int a=i;
  return 0;
}


 cc t.c
"t.c", line 1: warning: const is a keyword in ANSI C
"t.c", line 1: undefined or not a type: const
"t.c", line 1: parameter not in identifier list: i
"t.c", line 1: cannot initialize parameter: i
"t.c", line 1: warning: statement not reached
"t.c", line 2: syntax error before or at: main


 gcc t.c

 는 에러가 난 나요..


그럼 좋은 아파치를 가지시기를..


[알림판목록 I] [알림판목록 II] [글 목록][이 전][다 음]
키 즈 는 열 린 사 람 들 의 모 임 입 니 다.