From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: blythe@its.caltech.edu Cc: help-gcc@gnu.org Subject: Re: gcc Date: Mon, 29 May 2000 10:15:00 -0000 Message-id: <200005291704.TAA00931@loewis.home.cs.tu-berlin.de> References: <39328AA7.69D9E74E@its.caltech.edu> X-SW-Source: 2000-05/msg00162.html > I currently have an hpux10.20 system, and would like to load the gcc > compiler onto it. The trouble is that the cc compiler shipped with the > O/S doesn't support the ANSI standard. The result is that the “-g” > option is ignored whenever it is encountered during the build process. > This may or may not be a problem, but the build process ultimately > terminates with an error: “bison: not found.” Is there a clue as to > what I need to do to build gcc on my machine? Where did you get the gcc source code from? bison should not be needed when building gcc from the official distribution. You can safely ignore the warning about -g. Regards, Martin