public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Installation problem for gcc under IBM AIX 4.3
@ 1999-12-02 17:25 Wei
  1999-12-03 13:52 ` Shane Justice
  1999-12-31 22:24 ` Wei
  0 siblings, 2 replies; 4+ messages in thread
From: Wei @ 1999-12-02 17:25 UTC (permalink / raw)
  To: help-gcc

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Installation problem for gcc under IBM AIX 4.3
  1999-12-02 17:25 Installation problem for gcc under IBM AIX 4.3 Wei
@ 1999-12-03 13:52 ` Shane Justice
  1999-12-31 22:24   ` Shane Justice
  1999-12-31 22:24 ` Wei
  1 sibling, 1 reply; 4+ messages in thread
From: Shane Justice @ 1999-12-03 13:52 UTC (permalink / raw)
  To: help-gcc

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Installation problem for gcc under IBM AIX 4.3
  1999-12-02 17:25 Installation problem for gcc under IBM AIX 4.3 Wei
  1999-12-03 13:52 ` Shane Justice
@ 1999-12-31 22:24 ` Wei
  1 sibling, 0 replies; 4+ messages in thread
From: Wei @ 1999-12-31 22:24 UTC (permalink / raw)
  To: help-gcc

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Installation problem for gcc under IBM AIX 4.3
  1999-12-03 13:52 ` Shane Justice
@ 1999-12-31 22:24   ` Shane Justice
  0 siblings, 0 replies; 4+ messages in thread
From: Shane Justice @ 1999-12-31 22:24 UTC (permalink / raw)
  To: help-gcc

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-12-31 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-02 17:25 Installation problem for gcc under IBM AIX 4.3 Wei
1999-12-03 13:52 ` Shane Justice
1999-12-31 22:24   ` Shane Justice
1999-12-31 22:24 ` Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).