This is the mail archive of the gcc@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]

gcc 2.95 failure on AIX 4.2.1.0


PLEASE HELP...


I downloaded a executable version of gcc 2.95 from UCLA.
It seems that the library stdio.h has a reference to standards.h that cannot
be found.


I compile the following program:

+++TOP
#include <stdio.h>
int main() {
#ifdef __GNUC__
#ifdef __VERSION__
  printf("%s\n",__VERSION__);
#else
  printf("%s\n", "1");
#endif
#endif
  exit(0);
}
+++END

with the command:

/usr/local/bin/gcc -o gccvers gccvers.c

I get the following error message:

In file include from gccvers.c:1:
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.2.0.0/2.95/include/stdio.h:31:
standards.h: A file or directory in the path name does not exist.

===
Do I need a special complier switch or LIBPATH or something else????

----
Thanks
Dane Ruth
(719) 535-1571


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