This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

install gcc 3.4.4 fails on freebsd 4.8/5.1


I tried installing gcc-3.4.4 on freebsd 5.1 (and 4.8) and after configuration the make failed with
the following message:

byacc --name-prefix=__gettext --output plural.c ../../gcc/intl/plural.y
usage: yacc [-dlrtv] [-b file_prefix] [-o output_filename]
                  [- p symbol_prefix] filename

I think what's happening is gcc is calling byacc with bison arguments? I there a fix or work around?

Paul Albrecht


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]