This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Installation of Bison
- To: "'gnu at gnu dot org'" <gnu at gnu dot org>
- Subject: Installation of Bison
- From: "Chwialkowski, Todd (Cahners)" <TChwialkowski at cahners dot com>
- Date: Mon, 18 Oct 1999 14:05:51 -0600
I am trying to install (new install) GCC on a HP B132L (HP-UX 11.0), but
continue to run into an error during installation because I don't have bison
installed:
Making all in makeinfo
rm -f cpp
ln cccp cpp
cd .; bison -d -o c-parse.c c-parse.y
sh: bison: not found.
*** Error exit code 127
Stop.
*** Error exit code 1
Stop.
I downloaded the Bison (version 1.28), and attempted to install it, but also
received an error. During the "make", I receive the following:
Making all in po
file=./'echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH msgfmt -o $file de.po
sh[2]: msgfmt: not found.
*** Error exit code 127
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
I am attempting to install 'Bison' under '/opt/bison-1.28' and 'GCC' under
'/opt/gcc-2.95.1'. When installing GCC, I also tried the 'make bootstrap'.