Problem Compiling...

From: <Sysop@dont-contact.us>
Date: 8 Apr 1997 18:48:32 WET

Hello, this was the "messages" when we try to compile the Last Version
of Squid in a Unixware 2.0X someone can help us??

Thanks.

creating cache ./config.cache
checking host system type... i386-univel-sysv4.2MP
checking for gcc... gcc
checking whether the C compiler (gcc -g) works... yes
checking whether the C compiler (gcc -g) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... aux/install-sh -c
checking for ranlib... :
checking whether ln -s works... yes
checking for false... /usr/bin/false
checking for true... /usr/bin/true
checking for rm... /sbin/rm
checking for mv... /sbin/mv
checking for mkdir... /usr/bin/mkdir
checking for ln... /sbin/ln
checking for perl... /usr/bin/perl
checking for makedepend... /usr/bin/true
checking for ar... /usr/bin/ar
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for alloca.h... no
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for bstring.h... no
checking for config.h... no
checking for crypt.h... yes
checking for ctype.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for getopt.h... no
checking for grp.h... yes
checking for libc.h... no
checking for limits.h... yes
checking for malloc.h... yes
checking for math.h... yes
checking for memory.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for regex.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for strings.h... no
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... yes
checking for sys/syscall.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for sys/un.h... yes
checking for sys/wait.h... yes
checking for syslog.h... yes
checking for time.h... yes
checking for unistd.h... no
checking for varargs.h... yes
checking for working const... yes
checking if ANSI prototypes work... yes
checking for tm->tm_gmtoff... no
checking for extended mallinfo... no
checking for ip->ip_hl... yes
checking size of int... 4
checking size of long... 4
checking for working alloca.h... (cached) no
checking for alloca... yes
checking for pid_t... yes
checking for size_t... yes
checking for off_t... yes
checking for mode_t... yes
checking for main in -lnsl... yes
checking for main in -lsocket... yes
checking for main in -lgnumalloc... no
checking for main in -lmalloc... yes
checking for main in -lbsd... no
checking for main in -lregex... no
checking for inet_aton in -lresolv... no
checking for main in -lresolv... yes
checking for main in -lm... yes
checking for crypt in -lcrypt... yes
disabling mallinfo for i386-univel-sysv4.2MP
checking for bcopy... no
checking for fchmod... yes
checking for getdtablesize... no
checking for getrusage... no
checking for getspnam... no
checking for lrand48... yes
checking for mallinfo... (cached) no
checking for mallocblksize... no
checking for mallopt... yes
checking for memcpy... yes
checking for memmove... yes
checking for mktime... yes
checking for poll... yes
checking for random... no
checking for regcomp... yes
checking for regexec... yes
checking for regfree... yes
checking for res_init... yes
checking for seteuid... yes
checking for setpgrp... yes
checking for setresuid... no
checking for setrlimit... yes
checking for setsid... yes
checking for sigaction... yes
checking for srand48... yes
checking for srandom... no
checking for sysconf... yes
checking for syslog... no
checking for tempnam... yes
checking for timegm... no
checking if GNUregex needs to be compiled... no
checking for tempnam... (cached) yes
checking for strerror... yes
checking Default FD_SETSIZE value... 1024
checking Maximum number of filedescriptors we can open... 2048
checking Default UDP send buffer size... 16384
checking Default UDP receive buffer size... 16384
checking Default TCP send buffer size... 24576
checking Default TCP receive buffer size... 24576
checking if sys_errlist is already defined... no
checking for libresolv _dns_ttl_ hack... no
updating cache ./config.cache
creating ./config.status
creating ./makefile
creating ./lib/Makefile
creating ./include/config.h
creating ./scripts/Makefile
creating ./scripts/RunCache
creating ./scripts/RunAccel
creating ./src/Makefile
creating ./src/squid.conf.pre
creating ./contrib/Makefile
creating include/autoconf.h

Making all in lib...
         gcc -g -O2 -Wall -I../include -I./../include -c rfc1123.c
         gcc -g -O2 -Wall -I../include -I./../include -c rfc1738.c
         gcc -g -O2 -Wall -I../include -I./../include -c util.c
         gcc -g -O2 -Wall -I../include -I./../include -c
getfullhostname.c
         gcc -g -O2 -Wall -I../include -I./../include -c base64.c
         gcc -g -O2 -Wall -I../include -I./../include -c uudecode.c
         gcc -g -O2 -Wall -I../include -I./../include -c tree.c
         gcc -g -O2 -Wall -I../include -I./../include -c splay.c
         /sbin/rm -f libmiscutil.a
         /usr/bin/ar r libmiscutil.a rfc1123.o rfc1738.o util.o
getfullhostname.o base64.o uudecode.o tree.o splay.o
         : libmiscutil.a
Making all in scripts...
Making all in src...
         sed "\
         s%@DEFAULT_CONFIG_FILE@%/opt/squid/etc/squid.conf%g;\
         s%@DEFAULT_FTPGET@%/opt/squid/bin/ftpget%g;\
         s%@DEFAULT_DNSSERVER@%/opt/squid/bin/dnsserver%g;\
         s%@DEFAULT_CACHE_LOG@%/opt/squid/logs/cache.log%g;\
         s%@DEFAULT_ACCESS_LOG@%/opt/squid/logs/access.log%g;\
         s%@DEFAULT_STORE_LOG@%/opt/squid/logs/store.log%g;\
         s%@DEFAULT_PID_FILE@%/opt/squid/logs/squid.pid%g;\
         s%@DEFAULT_SWAP_DIR@%/opt/squid/cache%g" < squid.conf.pre
>squid.conf
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c acl.c
         gcc -c cache_cf.c -g -O2 -Wall -I. -I../include -I./../include
            -DDEFAULT_CONFIG_FILE=\"/opt/squid/etc/squid.conf\"
-DDEFAULT_FTPGET=\"/opt/squid/bin/ftpget\"
-DDEFAULT_DNSSERVER=\"/opt/squid/bin/dnsserver\"
-DDEFAULT_CACHE_LOG=\"/opt/squid/logs/cache.log\"
-DDEFAULT_ACCESS_LOG=\"/opt/squid/logs/access.log\"
-DDEFAULT_STORE_LOG=\"/opt/squid/logs/store.log\"
-DDEFAULT_PID_FILE=\"/opt/squid/logs/squid.pid\"
-DDEFAULT_SWAP_DIR=\"/opt/squid/cache\"
-DDEFAULT_PINGER=\"/opt/squid/bin/pinger\"
-DDEFAULT_UNLINKD=\"/opt/squid/bin/unlinkd\"
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c client_db.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c client_side.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c comm.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c debug.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c disk.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c dns.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c errorpage.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c event.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c fdstat.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c filemap.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c fqdncache.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c ftp.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c gopher.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c hash.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c http.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c http-anon.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c icmp.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c icp.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c ident.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c ipcache.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c main.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c mime.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c neighbors.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c net_db.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c objcache.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c pass.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c proto.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c redirect.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c refresh.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c send-announce.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c ssl.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c stack.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c stat.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c stmem.c
         gcc -g -O2 -Wall -I. -I../include -I./../include
-c store.c
*** Codigo de error 1 (bu21)
*** Codigo de error 1 (bu21)
Received on Tue Apr 08 1997 - 10:14:05 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:58 MST