Hi , I am installing apache 2.0.43 on AIX 4.3.2 using gcc version 3.2.3.
While installing (make) I am getting the following errors: 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: syntax error before "crid_t" /usr/include/sys/proc.h:212: syntax error before "p_class" /usr/include/sys/proc.h:355: syntax error before '}' token make[4]: *** [dir.lo] Error 1 make[4]: Leaving directory `/home/agent5x/httpd-2.0.43/srclib/apr/file_io/unix' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/agent5x/httpd-2.0.43/srclib/apr/file_io/unix' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/agent5x/httpd-2.0.43/srclib/apr' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/agent5x/httpd-2.0.43/srclib' make: *** [all-recursive] Error 1 I searched for the similiar error and find the possible resolution is building gcc on aix 4.3.2 Please let me know if the resolution lies in building gcc on AIX m/c and if yes then which gcc version should i go for. Thanks, > Rahul Kohli