# 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_at_landfield.com http://www.landfield.com/ Email: kent_at_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/Received on Thu 06 Jan 2000 09:40:29 PM GMT
This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:52 PM GMT GMT