에러 내용은 다음과 같습니다.
이거 어떻게 해야 할까요?
===> src
===> src/os/unix
cc -c -I../../os/unix -I../../include -DSOLARIS2=260 -DUSE_EXPAT -
I../../lib/expat-lite -KPIC -DSHARED_CORE `../../apaci` os.c
cc -c -I../../os/unix -I../../include -DSOLARIS2=260 -DUSE_EXPAT -
I../../lib/expat-lite -KPIC -DSHARED_CORE `../../apaci` os-inline.c
rm -f libos.a
ar cr libos.a os.o os-inline.o
ranlib libos.a
<=== src/os/unix
===> src/ap
cc -c -I../os/unix -I../include -DSOLARIS2=260 -DUSE_EXPAT -
I../lib/expat-lite -KPIC -DSHARED_CORE `../apaci` ap_cpystrn.c
"../include/httpd.h", line 878: warning: signed is a keyword in ANSI C
"../include/httpd.h", line 878: syntax error before or at: signed
"../include/httpd.h", line 878: cannot recover from previous errors
*** Error code 10
make: Fatal error: Command failed for target `ap_cpystrn.o'
Current working directory /dssc/users/pko/apache_1.3.14/src/ap
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /dssc/users/pko/apache_1.3.14/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /dssc/users/pko/apache_1.3.14
*** Error code 1
make: Fatal error: Command failed for target `build'
#
--
박광오