- From: Seung-Ju Nam <sjnam@www.case.co.kr>
- Date: Mon, 22 May 2000 06:51:40 -0400 (EDT)
- To: www-lib-bugs@w3.org
Hi,
I am trying to compile w3c-httpd-3_0a_tar on ALZZA Linux
(Kernel 2.2.12-20kr2 on an i686) and getting the following output of
make:
First : make all
./BUILD
________________________________________________________________
WWW build for machine type: linux
make[1]: Entering directory `/usr/w3c/All/Implementation'
------ Building W3C Reference Library ------
Object files of libwww will go to directory Library/linux
- already exists
make[2]: Entering directory `/usr/w3c/Library/linux'
echo Include files generated from hypertext.
Include files generated from hypertext.
cc -c -o ../../Library/linux/HTParse.o -g -Wall -DPOSIXWAIT
-I../../Library/Imc
make[2]: cc: Command not found
make[2]: *** [../../Library/linux/HTParse.o] Error 127
make[2]: Leaving directory `/usr/w3c/Library/linux'
make[1]: *** [../../Library/linux/libwww.a] Error 2
make[1]: Leaving directory `/usr/w3c/All/Implementation'
WWW build for linux done. status = 2
make: *** [all] Error 2
Second: 2.1 Change cc ==> gcc
in /usr/w3c/All/linux/Makefile.include
2.2 make all
....
make[2]: Entering directory `/usr/w3c/Library/linux'
echo Include files generated from hypertext.
Include files generated from hypertext.
gcc -c -o ../../Library/linux/HTParse.o -g -Wall
-DPOSIXWAIT -I../../Library/Ic
gcc -c -o ../../Library/linux/HTAccess.o -g -Wall
-DPOSIXWAIT -I../../Library/c
gcc -c -o ../../Library/linux/HTTP.o -g -Wall
-DPOSIXWAIT -I../../Library/Implc
gcc -c -o ../../Library/linux/HTFile.o -g -Wall
-DPOSIXWAIT -I../../Library/Imc
gcc -c -o ../../Library/linux/HTBTree.o -g -Wall
-DPOSIXWAIT -I../../Library/Ic
gcc -c -o ../../Library/linux/HTFTP.o -g -Wall
-DPOSIXWAIT -I../../Library/Impc
gcc -c -o ../../Library/linux/HTTCP.o -g -Wall
-DPOSIXWAIT -I../../Library/Impc
../../Library/Implementation/HTTCP.c:120: conflicting
types for `sys_errlist'
/usr/include/stdio.h:553: previous declaration of
`sys_errlist'
make[2]: *** [../../Library/linux/HTTCP.o] Error 1
make[2]: Leaving directory `/usr/w3c/Library/linux'
make[1]: *** [../../Library/linux/libwww.a] Error 2
make[1]: Leaving directory
`/usr/w3c/All/Implementation'
WWW build for linux done. status = 2
make: *** [all] Error 2
Third : 3.1 Remark Error Line
3.2 make all
make[2]: Entering directory `/usr/w3c/Daemon/linux'
echo "Include files generated from hypertext."
Include files generated from hypertext.
gcc -o httpd_3.0A HTDaemonDIR.o HTRequest.o
HTRetrieve.o HTScript.o HTLoad.o H
HTPasswd.o: In function `HTAA_encryptPasswd':
/usr/w3c/Daemon/linux/../../Daemon/Implementation/HTPasswd.c:104:
undefined ref'
HTPasswd.o: In function `HTAA_passwdMatch':
/usr/w3c/Daemon/linux/../../Daemon/Implementation/HTPasswd.c:168:
undefined ref'
collect2: ld returned 1 exit status
make[2]: *** [httpd] Error 1
make[2]: Leaving directory `/usr/w3c/Daemon/linux'
make[1]: *** [../../Daemon/linux/httpd] Error 2
make[1]: Leaving directory
`/usr/w3c/All/Implementation'
WWW build for linux done. status = 2
make: *** [all] Error 2
Thanks.
Received on Monday, 22 May 2000 08:10:21 UTC