![]()
From: Smolsky, Shawn J (shawn.j.smolsky@lmco.com)
Date: Thu Jan 06 2000 - 13:00:08 CST
Hi:
Does anybody have a suggestion on how to fix this compile error?
Thanks in advance,
Shawn Smolsky
surfer% make
make[1]: Entering directory `/home/web/bin/hypermail/hypermail-2b29/src'
gcc -c -g -O2 base64.c
gcc -c -g -O2 date.c
gcc -c -g -O2 domains.c
gcc -c -g -O2 file.c
gcc -c -g -O2 hypermail.c
gcc -c -g -O2 lang.c
gcc -c -g -O2 lock.c
gcc -c -g -O2 mem.c
gcc -c -g -O2 parse.c
gcc -c -g -O2 print.c
gcc -c -g -O2 printfile.c
gcc -c -g -O2 string.c
gcc -c -g -O2 struct.c
gcc -c -g -O2 uudecode.c
gcc -c -g -O2 mprintf.c
gcc -c -g -O2 dmatch.c
gcc -c -g -O2 setup.c
gcc -c -g -O2 threadprint.c
Expect 13 shift/reduce conflicts.
bison -y getdate.y
make[1]: *** [getdate.c] Segmentation Fault
make[1]: Leaving directory `/home/web/bin/hypermail/hypermail-2b29/src'
make: *** [hypermail] Error 2
surfer% make
make[1]: Entering directory `/home/web/bin/hypermail/hypermail-2b29/src'
Expect 13 shift/reduce conflicts.
bison -y getdate.y
make[1]: *** [getdate.c] Segmentation Fault
make[1]: Leaving directory `/home/web/bin/hypermail/hypermail-2b29/src'
make: *** [hypermail] Error 2
surfer% uname -a
SunOS surfer 5.5.1 Generic_103640-23 sun4m sparc SUNW,SPARCstation-5
surfer%
Here is the configure output.....
surfer% ./configure
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.5.1
checking target system type... sparc-sun-solaris2.5.1
checking build system type... sparc-sun-solaris2.5.1
checking cached information... ok
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) 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 bison... bison -y
checking for a BSD compatible install... ./install-sh -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for ar... ar
checking for ranlib... ranlib
checking that the compiler works... yes
checking whether to enable -Wall... no
checking for ANSI C header files... yes
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for ctype.h... yes
checking for dirent.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for pwd.h... yes
checking for stdarg.h... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/dir.h... no
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for time.h... yes
checking for unistd.h... yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for strftime... yes
checking for mkdir... yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for memcpy... yes
checking for memset... yes
checking for lstat... yes
checking for strcasecmp... yes
checking for size_t... yes
checking for gethostbyaddr in -lsocket... no
checking for gethostbyaddr in -lsocket... (cached) no
checking for inet_addr in -lsocket... no
checking for inet_addr in -lsocket... (cached) no
checking for inet_addr in -lnsl... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating archive/Makefile
creating docs/Makefile
creating libcgi/Makefile
creating src/Makefile
creating tests/testhm
creating src/defaults.h
creating config.h
![]()