.alloc error when trying to compile gcc on AIX 4.3.2
Whitaker, Michael
WHITAKM@RJRT.com
Thu Apr 13 05:41:00 GMT 2000
> Hi there,
>
> I have cc but when I try to compile GD 1.8.1 the gdkanji.c file stops the build with a syntax error. The guy who wrote the code
> said to compile with gcc because gdkanji.c is STRICTLY ANSI C. When I try to compile gcc 2.95.2, I get an error. Here is my
> information:
>
> I type in 'make bootstrap' from the command line. (I'm the Administrator so I'm logged in as root).
> The system type is a RISC/6000 F50 running AIX 4.3.2.
>
> I have included my screen output as well as my Makefile.
>
> <<Makefile>> <<output>>
>
> Thanks in advance for any light you might be able to shed...
>
> Michael
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: text/x-makefile
Size: 56594 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20000413/d4bc96fa/attachment.bin>
-------------- next part --------------
I/usr/gcc-2.95.2/gcc/../include /usr/gcc-2.95.2/gcc/genattr.c
stage1/xgcc -Bstage1/ -B/usr/gcc/powerpc-ibm-aix4.3.0.0/bin/ -c -DIN_GCC -DHAIFA -O2 -g -DHAVE_CONFIG_H -I. -I/usr/gcc-2.95.2/gcc -I/usr/gcc-2.95.2/gcc/config -I/usr/gcc-2.95.2/gcc/../include /usr/gcc-2.95.2/gcc/rtl.c
stage1/xgcc -Bstage1/ -B/usr/gcc/powerpc-ibm-aix4.3.0.0/bin/ -c -DIN_GCC -DHAIFA -O2 -g -DHAVE_CONFIG_H -I. -I/usr/gcc-2.95.2/gcc -I/usr/gcc-2.95.2/gcc/config -I/usr/gcc-2.95.2/gcc/../include /usr/gcc-2.95.2/gcc/bitmap.c
stage1/xgcc -Bstage1/ -B/usr/gcc/powerpc-ibm-aix4.3.0.0/bin/ -c -DIN_GCC -DHAIFA -O2 -g -DHAVE_CONFIG_H -I. -I/usr/gcc-2.95.2/gcc -I/usr/gcc-2.95.2/gcc/config -I/usr/gcc-2.95.2/gcc/../include /usr/gcc-2.95.2/gcc/print-rtl.c
cc -DIN_GCC -DHAIFA -O2 -g -DHAVE_CONFIG_H -Wl,-bbigtoc -o genattr genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` -lld
ld: 0711-317 ERROR: Undefined symbol: .alloca
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: The error code from the last command is 8.
Stop.
make: The error code from the last command is 2.
Stop.
make: The error code from the last command is 2.
Stop.
you have mail in /var/spool/mail/root
[root@r6kf50c] /usr/gcc->
More information about the Gcc-bugs
mailing list