This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
egcs
- To: egcs at egcs dot cygnus dot com
- Subject: egcs
- From: "Andy Scott" <ascott at bcit dot bc dot ca>
- Date: Wed, 7 Jul 1999 11:06:05 -0700
Hi,
I didn't see aix 4.3.1 on your build status page. I have it installed and the
output from config.guess is:
powerpc-ibm-aix4.3.1.0
One suggestion for the make install piece would be to either chmod the files and
directories to the correct permissions
or set the umask to 22. I forgot to set the umask to 22 before I did the make
install and as a result others couldn't compile
as they didn't have access to the include header files, etc. I have adjusted the
permissions to solve the problem.
Thanks.
Andy