This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Again Gcc 3.2.1 binary version on aix 4.3.3
- From: "Jose" <jperezme at mi dot madritel dot es>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Thu, 5 Dec 2002 02:36:47 +0100
- Subject: Again Gcc 3.2.1 binary version on aix 4.3.3
Hi all again! :-)
I have installed gcc-3.2.1 from ucla in binary version. At the first i do is
uninstall gcc.3.0.1,then install gcc-3.2.1
# gcc -v
Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.2.1/specs
Configured with: ../gcc-3.2.1/configure --disable-nls
Thread model: aix
gcc version 3.2.1
After build apache 2.0.43(or some program) and run make this error appear:
/bin/sh /software2/httpd-2.0.43/srclib/apr/libtool --silent --mode=compile
gcc -g -O2 -DHAVE_CONFIG_H -U__STR__ -D_USE_IRS -D_THREAD_SAFE -I../../i
nclude -I../../include/arch/unix -I../../include/arch/unix -c dir.c &&
touch dir.lo
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]: Leaving directory `/software2/httpd-2.0.43/srclib/apr/file_io/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/software2/httpd-2.0.43/srclib/apr/file_io/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/software2/httpd-2.0.43/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/software2/httpd-2.0.43/srclib'
make: *** [all-recursive] Error 1
I don't know what can i do.
My system is aix 4.3.3ML10
Thanks in advance.