From mboxrd@z Thu Jan 1 00:00:00 1970 From: TEO Poh Kwee To: "'gcc-help@gcc.gnu.org'" Subject: GCC Installation Problem Date: Fri, 20 Oct 2000 01:34:00 -0000 Message-id: <01C03AB3.84B33D30@RDE-0867> X-SW-Source: 2000-10/msg00108.html Hi! I downloaded the GCC 2.95.2 and tried to install it on my HP-UX 10.20 according to guidelines provided by the gnu.org website. First I created a directory called /gcc and executed command "srcdir/configure" in this directory. Everything seemed fine. Then I executed "make bootstrap" in the same directory, after a long wait (more than an hour) with lots of warning messages appeared on the screen, the make process terminated with the following messages: extension list not found make all-recursive extension list not found Making all in intl Making all in lib Making all in makeinfo Bootstrapping the compiler make CC="cc" libdir= /usr/local/lib LANGUAGES="c" rm -f cpp ln cccp cpp (cd intl && make all) ./gencheck > tem-check.h sh: ./gencheck: execute permission denied *** error end code 126 terminate *** error end code 1 terminate *** error end code 1 terminate # What's going wrong? Before the installation, I installed 2 patches namely, PHCO_19798 and PHCO_20441, which I downloaded from the HP website (as recommended by the gnu.org site). Does the problem has to do with the patches?