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]

GCC Installation Problem



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?





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