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]
Other format: [Raw text]

gcc on Aix 4.3.3


Hello all.
I have a problem that it make me cracy.
I downloaded gcc 3.0.1 binary distribution for aix, but it has been compiled
on aix 4.3.2 and my system is aix 4.3.3
When i try compile any program always it shows errors similar to:
In file included from /usr/include/sys/pri.h:29,
                  from /usr/include/sys/sched.h:38,
                  from /usr/include/sched.h:52,
                  from /usr/include/pthread.h:43,
                  from ../../include/apr_portable.h:90,
                  from dir.c:57:
 /usr/include/sys/proc.h:203: parse error before "crid_t"
 /usr/include/sys/proc.h:212: parse error before "p_class"
 /usr/include/sys/proc.h:355: parse error before '}' token
 make[4]: *** [dir.lo] Error 1
 make[4]: Saliendo directorio
`/software/httpd-2.0.43/srclib/apr/file_io/unix'
 make[3]: *** [all-recursive] Error 1
 make[3]: Saliendo directorio
`/software/httpd-2.0.43/srclib/apr/file_io/unix'
make[2]: *** [all-recursive] Error 1
 make[2]: Saliendo directorio `/software/httpd-2.0.43/srclib/apr'
 make[1]: *** [all-recursive] Error 1
 make[1]: Saliendo directorio `/software/httpd-2.0.43/srclib'
 make: *** [all-recursive] Error 1

I think the problem is that gcc 3.0.1 is compiled for aix 4.3.2 and i don't
know what i have to do to resolv the problem. If i try compile gcc 3.2.1 i
cannot because same problem.

Anyone can help me ?
Thanks.



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