This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
I can't seem to install gcc on a HP-UX B.10.20 C 9000/755 system
- To: gcc at gcc dot gnu dot org
- Subject: I can't seem to install gcc on a HP-UX B.10.20 C 9000/755 system
- From: "Richard H. Lyon" <rlyon at radioaid dot rdc dot uscg dot mil>
- Date: Tue, 16 Nov 1999 13:28:58 -0500
I used the URL http://egcs.cygnus.com/install/
to install gcc onto the server.
I downloaded the exec. and unzipped it to use on the UNIX server.
CONFIGURE: I went to the directory : /opt/local/bin/gcc-2.95.2 and
typed "./configure"
that seems to have been done correctly.
BUILD: Next, I typed in "make bootstrap" in the directory
/opt/local/bin/gcc-2.95.2
INSTALL: I typed in "make install" in the directory
/opt/local/bin/gcc-2.95.2
However, an error was encountered before the install step. During the
build step I received this error:
--------------------------------------------------------
cpp: installation problem, cannot exec `cpp': Arg list too long
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
=========================================================
What can I do to get past this error?