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]

Installation of Bison


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'.


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