centos5.4 squid 3.1 proxyserver 설치중 make 오류
./configure --prefix=/usr/local/squid 후
make했을때 나오는 수많은 make 실패했다는 메시지들 이다. 해결방법이 없을까.
configure시 특별한 에러가 없었으니 더욱 모르겟다 차라리 패키지가 없어서 에러면 모를까 ㅠ.ㅠ
P -MF .deps/usersfile.Tpo -c -o usersfile.o usersfile.c
mv -f .deps/usersfile.Tpo .deps/usersfile.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o msnt_auth md4.o rfcnb-io.o rfcnb-util.o session.o msntauth.o smbdes.o smbencrypt.o smblib-util.o smblib.o valid.o denyusers.o allowusers.o confload.o usersfile.o -L../../../lib -lmiscutil -lm -lnsl ../../../compat/libcompat.la
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o msnt_auth md4.o rfcnb-io.o rfcnb-util.o session.o msntauth.o smbdes.o smbencrypt.o smblib-util.o smblib.o valid.o denyusers.o allowusers.o confload.o usersfile.o -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lm -lnsl ../../../compat/.libs/libcompat.a
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/MSNT'
Making all in NCSA
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/NCSA'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT ncsa_auth.o -MD -MP -MF .deps/ncsa_auth.Tpo -c -o ncsa_auth.o ncsa_auth.c
mv -f .deps/ncsa_auth.Tpo .deps/ncsa_auth.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT crypt_md5.o -MD -MP -MF .deps/crypt_md5.Tpo -c -o crypt_md5.o crypt_md5.c
mv -f .deps/crypt_md5.Tpo .deps/crypt_md5.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o ncsa_auth ncsa_auth.o crypt_md5.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lcrypt -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o ncsa_auth ncsa_auth.o crypt_md5.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lcrypt -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/NCSA'
Making all in PAM
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/PAM'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT pam_auth.o -MD -MP -MF .deps/pam_auth.Tpo -c -o pam_auth.o pam_auth.c
mv -f .deps/pam_auth.Tpo .deps/pam_auth.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o pam_auth pam_auth.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lpam -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o pam_auth pam_auth.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lpam -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/PAM'
Making all in POP3
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/POP3'
make[3]: `all'를 위해 할 일이 없습니다
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/POP3'
Making all in SASL
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/SASL'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT sasl_auth.o -MD -MP -MF .deps/sasl_auth.Tpo -c -o sasl_auth.o sasl_auth.c
mv -f .deps/sasl_auth.Tpo .deps/sasl_auth.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o sasl_auth sasl_auth.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lsasl2 -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o sasl_auth sasl_auth.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lsasl2 -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/SASL'
Making all in SMB
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/SMB'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -DSAMBAPREFIX=\"/usr/local/samba\" -DHELPERSCRIPT=\"/usr/local/squid/libexec/smb_auth.sh\" -Wall -g -O2 -MT smb_auth-smb_auth.o -MD -MP -MF .deps/smb_auth-smb_auth.Tpo -c -o smb_auth-smb_auth.o `test -f 'smb_auth.c' || echo './'`smb_auth.c
mv -f .deps/smb_auth-smb_auth.Tpo .deps/smb_auth-smb_auth.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -DSAMBAPREFIX=\"/usr/local/samba\" -DHELPERSCRIPT=\"/usr/local/squid/libexec/smb_auth.sh\" -Wall -g -O2 -g -o smb_auth smb_auth-smb_auth.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lm -lnsl
mkdir .libs
gcc -DSAMBAPREFIX=\"/usr/local/samba\" -DHELPERSCRIPT=\"/usr/local/squid/libexec/smb_auth.sh\" -Wall -g -O2 -g -o smb_auth smb_auth-smb_auth.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/SMB'
Making all in YP
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/YP'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT yp_auth.o -MD -MP -MF .deps/yp_auth.Tpo -c -o yp_auth.o yp_auth.c
mv -f .deps/yp_auth.Tpo .deps/yp_auth.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT nis_support.o -MD -MP -MF .deps/nis_support.Tpo -c -o nis_support.o nis_support.c
mv -f .deps/nis_support.Tpo .deps/nis_support.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o yp_auth yp_auth.o nis_support.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lcrypt -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o yp_auth yp_auth.o nis_support.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lcrypt -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/YP'
Making all in getpwnam
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/getpwnam'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT getpwnam_auth.o -MD -MP -MF .deps/getpwnam_auth.Tpo -c -o getpwnam_auth.o getpwnam_auth.c
mv -f .deps/getpwnam_auth.Tpo .deps/getpwnam_auth.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o getpwname_auth getpwnam_auth.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lcrypt -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o getpwname_auth getpwnam_auth.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lcrypt -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/getpwnam'
Making all in multi-domain-NTLM
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/multi-domain-NTLM'
make[3]: `all'를 위해 할 일이 없습니다
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/multi-domain-NTLM'
Making all in squid_radius_auth
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/squid_radius_auth'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT squid_rad_auth.o -MD -MP -MF .deps/squid_rad_auth.Tpo -c -o squid_rad_auth.o squid_rad_auth.c
mv -f .deps/squid_rad_auth.Tpo .deps/squid_rad_auth.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT radius-util.o -MD -MP -MF .deps/radius-util.Tpo -c -o radius-util.o radius-util.c
mv -f .deps/radius-util.Tpo .deps/radius-util.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o squid_radius_auth squid_rad_auth.o radius-util.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o squid_radius_auth squid_rad_auth.o radius-util.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth/squid_radius_auth'
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/basic_auth'
make[3]: `all-am'를 위해 할 일이 없습니다
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth'
make[2]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/basic_auth'
Making all in ntlm_auth
make[2]: Entering directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth'
Making all in fakeauth
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/fakeauth'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT fakeauth_auth.o -MD -MP -MF .deps/fakeauth_auth.Tpo -c -o fakeauth_auth.o fakeauth_auth.c
mv -f .deps/fakeauth_auth.Tpo .deps/fakeauth_auth.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o fakeauth_auth fakeauth_auth.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lcrypt -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o fakeauth_auth fakeauth_auth.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lcrypt -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/fakeauth'
Making all in no_check
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/no_check'
make[3]: `all'를 위해 할 일이 없습니다
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/no_check'
Making all in smb_lm
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/smb_lm'
Making all in smbval
make[4]: Entering directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/smb_lm/smbval'
gcc -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT valid.o -MD -MP -MF .deps/valid.Tpo -c -o valid.o valid.c
mv -f .deps/valid.Tpo .deps/valid.Po
gcc -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT session.o -MD -MP -MF .deps/session.Tpo -c -o session.o session.c
mv -f .deps/session.Tpo .deps/session.Po
gcc -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT rfcnb-util.o -MD -MP -MF .deps/rfcnb-util.Tpo -c -o rfcnb-util.o rfcnb-util.c
mv -f .deps/rfcnb-util.Tpo .deps/rfcnb-util.Po
gcc -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT rfcnb-io.o -MD -MP -MF .deps/rfcnb-io.Tpo -c -o rfcnb-io.o rfcnb-io.c
mv -f .deps/rfcnb-io.Tpo .deps/rfcnb-io.Po
gcc -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT smblib-util.o -MD -MP -MF .deps/smblib-util.Tpo -c -o smblib-util.o smblib-util.c
mv -f .deps/smblib-util.Tpo .deps/smblib-util.Po
gcc -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT smblib.o -MD -MP -MF .deps/smblib.Tpo -c -o smblib.o smblib.c
mv -f .deps/smblib.Tpo .deps/smblib.Po
gcc -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT smbencrypt.o -MD -MP -MF .deps/smbencrypt.Tpo -c -o smbencrypt.o smbencrypt.c
mv -f .deps/smbencrypt.Tpo .deps/smbencrypt.Po
gcc -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT smbdes.o -MD -MP -MF .deps/smbdes.Tpo -c -o smbdes.o smbdes.c
mv -f .deps/smbdes.Tpo .deps/smbdes.Po
gcc -DHAVE_CONFIG_H -I../../../.. -I../../../../include -I../../../../src -I../../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT md4.o -MD -MP -MF .deps/md4.Tpo -c -o md4.o md4.c
mv -f .deps/md4.Tpo .deps/md4.Po
rm -f libsmbvalid.a
/usr/bin/ar cru libsmbvalid.a valid.o session.o rfcnb-util.o rfcnb-io.o smblib-util.o smblib.o smbencrypt.o smbdes.o md4.o
ranlib libsmbvalid.a
make[4]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/smb_lm/smbval'
make[4]: Entering directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/smb_lm'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -I./smbval -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT libntlmssp.o -MD -MP -MF .deps/libntlmssp.Tpo -c -o libntlmssp.o libntlmssp.c
mv -f .deps/libntlmssp.Tpo .deps/libntlmssp.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -I./smbval -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT ntlm_smb_lm_auth.o -MD -MP -MF .deps/ntlm_smb_lm_auth.Tpo -c -o ntlm_smb_lm_auth.o ntlm_smb_lm_auth.c
mv -f .deps/ntlm_smb_lm_auth.Tpo .deps/ntlm_smb_lm_auth.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o ntlm_smb_lm_auth libntlmssp.o ntlm_smb_lm_auth.o ../../../compat/libcompat.la -L../../../lib -lntlmauth -lmiscutil smbval/libsmbvalid.a -lcrypt -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o ntlm_smb_lm_auth libntlmssp.o ntlm_smb_lm_auth.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lntlmauth -lmiscutil smbval/libsmbvalid.a -lcrypt -lm -lnsl
make[4]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/smb_lm'
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth/smb_lm'
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth'
make[3]: `all-am'를 위해 할 일이 없습니다
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth'
make[2]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/ntlm_auth'
Making all in digest_auth
make[2]: Entering directory `/home/dataBK/squid-3.1.3/helpers/digest_auth'
Making all in eDirectory
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/digest_auth/eDirectory'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT digest_pw_auth.o -MD -MP -MF .deps/digest_pw_auth.Tpo -c -o digest_pw_auth.o digest_pw_auth.c
mv -f .deps/digest_pw_auth.Tpo .deps/digest_pw_auth.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT ldap_backend.o -MD -MP -MF .deps/ldap_backend.Tpo -c -o ldap_backend.o ldap_backend.c
mv -f .deps/ldap_backend.Tpo .deps/ldap_backend.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT edir_ldapext.o -MD -MP -MF .deps/edir_ldapext.Tpo -c -o edir_ldapext.o edir_ldapext.c
mv -f .deps/edir_ldapext.Tpo .deps/edir_ldapext.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o digest_edir_auth digest_pw_auth.o ldap_backend.o edir_ldapext.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lldap -llber -lcrypt -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o digest_edir_auth digest_pw_auth.o ldap_backend.o edir_ldapext.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lldap -llber -lcrypt -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/digest_auth/eDirectory'
Making all in ldap
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/digest_auth/ldap'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT digest_pw_auth.o -MD -MP -MF .deps/digest_pw_auth.Tpo -c -o digest_pw_auth.o digest_pw_auth.c
mv -f .deps/digest_pw_auth.Tpo .deps/digest_pw_auth.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT ldap_backend.o -MD -MP -MF .deps/ldap_backend.Tpo -c -o ldap_backend.o ldap_backend.c
mv -f .deps/ldap_backend.Tpo .deps/ldap_backend.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o digest_ldap_auth digest_pw_auth.o ldap_backend.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lldap -llber -lcrypt -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o digest_ldap_auth digest_pw_auth.o ldap_backend.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lldap -llber -lcrypt -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/digest_auth/ldap'
Making all in password
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/digest_auth/password'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT digest_pw_auth.o -MD -MP -MF .deps/digest_pw_auth.Tpo -c -o digest_pw_auth.o digest_pw_auth.c
mv -f .deps/digest_pw_auth.Tpo .deps/digest_pw_auth.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT text_backend.o -MD -MP -MF .deps/text_backend.Tpo -c -o text_backend.o text_backend.c
mv -f .deps/text_backend.Tpo .deps/text_backend.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o digest_pw_auth digest_pw_auth.o text_backend.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lcrypt -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o digest_pw_auth digest_pw_auth.o text_backend.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lcrypt -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/digest_auth/password'
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/digest_auth'
make[3]: `all-am'를 위해 할 일이 없습니다
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/digest_auth'
make[2]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/digest_auth'
Making all in negotiate_auth
make[2]: Entering directory `/home/dataBK/squid-3.1.3/helpers/negotiate_auth'
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/negotiate_auth'
make[3]: `all-am'를 위해 할 일이 없습니다
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/negotiate_auth'
make[2]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/negotiate_auth'
Making all in external_acl
make[2]: Entering directory `/home/dataBK/squid-3.1.3/helpers/external_acl'
Making all in ip_user
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/external_acl/ip_user'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT dict.o -MD -MP -MF .deps/dict.Tpo -c -o dict.o dict.c
mv -f .deps/dict.Tpo .deps/dict.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT match.o -MD -MP -MF .deps/match.Tpo -c -o match.o match.c
mv -f .deps/match.Tpo .deps/match.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o ip_user_check dict.o main.o match.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o ip_user_check dict.o main.o match.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/external_acl/ip_user'
Making all in ldap_group
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/external_acl/ldap_group'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT squid_ldap_group.o -MD -MP -MF .deps/squid_ldap_group.Tpo -c -o squid_ldap_group.o squid_ldap_group.c
mv -f .deps/squid_ldap_group.Tpo .deps/squid_ldap_group.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o squid_ldap_group squid_ldap_group.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lldap -llber -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o squid_ldap_group squid_ldap_group.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lldap -llber -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/external_acl/ldap_group'
Making all in unix_group
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/external_acl/unix_group'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -MT check_group.o -MD -MP -MF .deps/check_group.Tpo -c -o check_group.o check_group.c
mv -f .deps/check_group.Tpo .deps/check_group.Po
/bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o squid_unix_group check_group.o ../../../compat/libcompat.la -L../../../lib -lmiscutil -lm -lnsl
mkdir .libs
gcc -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -Wall -g -O2 -g -o squid_unix_group check_group.o ../../../compat/.libs/libcompat.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lm -lnsl
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/external_acl/unix_group'
Making all in wbinfo_group
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/external_acl/wbinfo_group'
make[3]: `all'를 위해 할 일이 없습니다
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/external_acl/wbinfo_group'
make[3]: Entering directory `/home/dataBK/squid-3.1.3/helpers/external_acl'
make[3]: `all-am'를 위해 할 일이 없습니다
make[3]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/external_acl'
make[2]: Leaving directory `/home/dataBK/squid-3.1.3/helpers/external_acl'
make[2]: Entering directory `/home/dataBK/squid-3.1.3/helpers'
make[2]: `all-am'를 위해 할 일이 없습니다
make[2]: Leaving directory `/home/dataBK/squid-3.1.3/helpers'
make[1]: Leaving directory `/home/dataBK/squid-3.1.3/helpers'
Making all in test-suite
make[1]: Entering directory `/home/dataBK/squid-3.1.3/test-suite'
make[1]: `all'를 위해 할 일이 없습니다
make[1]: Leaving directory `/home/dataBK/squid-3.1.3/test-suite'
Making all in tools
make[1]: Entering directory `/home/dataBK/squid-3.1.3/tools'
make[2]: Entering directory `/home/dataBK/squid-3.1.3/tools'
depbase=`echo squidclient.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I.. -I../include -I../src -I../include -I. -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT squidclient.o -MD -MP -MF $depbase.Tpo -c -o squidclient.o squidclient.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o squidclient squidclient.o ../compat/libcompat.la ../src/ip/libip.la -L../lib -lmiscutil -lm -lnsl
mkdir .libs
g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o squidclient squidclient.o ../compat/.libs/libcompat.a ../src/ip/.libs/libip.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lm -lnsl
g++ -DHAVE_CONFIG_H -I.. -I../include -I../src -I../include -I. -DDEFAULT_CACHEMGR_CONFIG=\"/usr/local/squid/etc/cachemgr.conf\" -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -MT cachemgr__CGIEXT_-cachemgr.o -MD -MP -MF .deps/cachemgr__CGIEXT_-cachemgr.Tpo -c -o cachemgr__CGIEXT_-cachemgr.o `test -f 'cachemgr.cc' || echo './'`cachemgr.cc
mv -f .deps/cachemgr__CGIEXT_-cachemgr.Tpo .deps/cachemgr__CGIEXT_-cachemgr.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -DDEFAULT_CACHEMGR_CONFIG=\"/usr/local/squid/etc/cachemgr.conf\" -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o cachemgr.cgi cachemgr__CGIEXT_-cachemgr.o ../compat/libcompat.la ../src/ip/libip.la -L../lib -lmiscutil -lm -lnsl
g++ -DDEFAULT_CACHEMGR_CONFIG=\"/usr/local/squid/etc/cachemgr.conf\" -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -D_REENTRANT -g -O2 -g -o cachemgr.cgi cachemgr__CGIEXT_-cachemgr.o ../compat/.libs/libcompat.a ../src/ip/.libs/libip.a -L/home/dataBK/squid-3.1.3/lib -lmiscutil -lm -lnsl
make[2]: Leaving directory `/home/dataBK/squid-3.1.3/tools'
make[1]: Leaving directory `/home/dataBK/squid-3.1.3/tools'
make[1]: Entering directory `/home/dataBK/squid-3.1.3'
make[1]: `all-am'를 위해 할 일이 없습니다
make[1]: Leaving directory `/home/dataBK/squid-3.1.3'