This is the mail archive of the gcc-bugs@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]

Help installing on AIX 4.1.5


I am having trouble installing gcc 2.95.2 on our AIX v4.1.5 machine.
 
I got the gcc 2.95.2 tarball and untarr'ed it and ran ./configure and make
 
Here is the error I get when I try to 'make' it:
 
(/gcc-2.95.2)> make
        if [ x"no" = xyes ] && [ ! -d pic ]; then  mkdir pic;  else true; fi
        touch stamp-picdir
        test x"no" != xyes ||  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include
  argv.c -o pic/argv.o
        gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  argv.c
        test x"no" != xyes ||  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include
  choose-temp.c -o pic/choose-temp.o
        gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  choose-temp.c
In file included from choose-temp.c:29:
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.1.5.0/2.95.1/include/stdio.h:31: standard
s.h: A file or directory in the path name does not exist.
In file included from choose-temp.c:30:
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.1.5.0/2.95.1/include/sys/types.h:29: stan
dards.h: A file or directory in the path name does not exist.
make: 1254-004 The error code from the last command is 1.
 

Stop.
make: 1254-004 The error code from the last command is 2.
 

Stop.
 
 
 
 
Can anyone help me?!?
 
 
Mike Couture
mcouture@maine.rr.com

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