![]()
From: Kent Landfield (kent@hypermail.org)
Date: Thu Jan 06 2000 - 13:39:51 CST
# Does anybody have a suggestion on how to fix this compile error?
#
# 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
Get a current version of bison and compile it on your system.
Does your system have yacc on it ? /usr/ccs/bin/yacc maybe ?
If so change bison to yacc in the makefile by hand or remove the broken
version of bison from your system and re-run configure. The second
time it should pickup yacc if it is installed.
-- Kent Landfield Phone: 1-817-545-2502 Email: kent@landfield.com http://www.landfield.com/ Email: kent@nfr.net http://www.nfr.net/ Search the Usenet FAQ Archive at http://www.faqs.org/faqs/ Search the RFC/FYI/STD/BCP Archive at http://www.faqs.org/rfcs/
![]()