This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC 4.1 on AIX 5.3 POWER 5
- From: Rajkishore Barik <rajbarik at in dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 30 Jun 2006 08:57:09 +0530
- Subject: GCC 4.1 on AIX 5.3 POWER 5
Hi All,
I am trying to complie GCC 4.1 on an AIX 5.3 machine having 2 power5
processors.
I get the following error while trying to compile. Can someone help? "cc"
is IBM's xlC compiler.
cc -c -g -DHAVE_CONFIG_H -I.
-I../../gcc-4.1-20060310/fixincludes -I../include
-I../../gcc-4.1-20060310/fixincludes/../include
../../gcc-4.1-20060310/fixincludes/fixincl.c
cc -c -g -DHAVE_CONFIG_H -I.
-I../../gcc-4.1-20060310/fixincludes -I../include
-I../../gcc-4.1-20060310/fixincludes/../include
../../gcc-4.1-20060310/fixincludes/fixtests.c
cc -c -g -DHAVE_CONFIG_H -I.
-I../../gcc-4.1-20060310/fixincludes -I../include
-I../../gcc-4.1-20060310/fixincludes/../include
../../gcc-4.1-20060310/fixincludes/fixfixes.c
cc -c -g -DHAVE_CONFIG_H -I.
-I../../gcc-4.1-20060310/fixincludes -I../include
-I../../gcc-4.1-20060310/fixincludes/../include
../../gcc-4.1-20060310/fixincludes/server.c
cc -c -g -DHAVE_CONFIG_H -I.
-I../../gcc-4.1-20060310/fixincludes -I../include
-I../../gcc-4.1-20060310/fixincludes/../include
../../gcc-4.1-20060310/fixincludes/procopen.c
cc -c -g -DHAVE_CONFIG_H -I.
-I../../gcc-4.1-20060310/fixincludes -I../include
-I../../gcc-4.1-20060310/fixincludes/../include
../../gcc-4.1-20060310/fixincludes/fixlib.c
cc -c -g -DHAVE_CONFIG_H -I.
-I../../gcc-4.1-20060310/fixincludes -I../include
-I../../gcc-4.1-20060310/fixincludes/../include
../../gcc-4.1-20060310/fixincludes/fixopts.c
cc -g -o fixincl fixincl.o fixtests.o fixfixes.o server.o
procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
srcdir="../../gcc-4.1-20060310/fixincludes" /bin/sh
../../gcc-4.1-20060310/fixincludes/mkfixinc.sh powerpc-ibm-aix5.3.0.0
sed -e 's/@gcc_version@//' < > mkheadersT
/bin/sh: 0403-057 Syntax error at line 1 : `>' is not expected.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2
regards,
Raj