Installation problem for gcc under IBM AIX 4.3
Shane Justice
sjustice@speedchoice.com
Fri Dec 3 13:52:00 GMT 1999
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
More information about the Gcc-help
mailing list