From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wei" To: help-gcc@gnu.org Subject: Installation problem for gcc under IBM AIX 4.3 Date: Thu, 02 Dec 1999 17:25:00 -0000 Message-id: <8275v2$oee$1@news6.jaring.my> X-SW-Source: 1999-12/msg00037.html Hi, I'm try to install gcc 2.95.1 on IBM AIX 4.3 server, but when I try to compile a test program like the following #include main() { printf("Hello"); return 1; } The compiler reply with the following message: /usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.2.0/2.95.1/include/stdio.h:46: standards.h: A file or directory in the path name does not exist. But I can't find the standards.h from my system. May I know where to find this file? regards Wei From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wei" To: help-gcc@gnu.org Subject: Installation problem for gcc under IBM AIX 4.3 Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <8275v2$oee$1@news6.jaring.my> X-SW-Source: 1999-12n/msg00037.html Message-ID: <19991231222400.l1YMg1IDR7rJkXviY1_Txiji_cwqfoiKAFn9I-8hqzI@z> Hi, I'm try to install gcc 2.95.1 on IBM AIX 4.3 server, but when I try to compile a test program like the following #include main() { printf("Hello"); return 1; } The compiler reply with the following message: /usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.2.0/2.95.1/include/stdio.h:46: standards.h: A file or directory in the path name does not exist. But I can't find the standards.h from my system. May I know where to find this file? regards Wei