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]

Re: Installation problem for gcc under IBM AIX 4.3


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 <stdio.h>
>
> 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


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