From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shane Justice To: help-gcc@gnu.org Subject: Re: Installation problem for gcc under IBM AIX 4.3 Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <38483961.FC75B515@speedchoice.com> References: <8275v2$oee$1@news6.jaring.my> X-SW-Source: 1999-12n/msg00054.html Message-ID: <19991231222400.nPucFHF_qnVwdeTvVLa6uWDk780uSFW5pI5-R9QePqo@z> Wei, Try find / -name standards.h and see where all find "sees" this file. Best wishes, Shane Wei wrote: > 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