install gcc 3.2
Hi,
Could somebody suggest me how should I install gcc 3.2 on linux (suse 10.0)?
I have gcc 4.0 installed and am getting build errors! Is this expected or am I doing something wrong?
regards,
quantum teleporter.
The build error:
<other compilations messages...>
...
gcc -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./read-rtl.c -o read-rtl.o
In file included from ./read-rtl.c:24:
./rtl.h:125: warning: type of bit-field ‘code’ is a GCC extension
./rtl.h:128: warning: type of bit-field ‘mode’ is a GCC extension
./read-rtl.c: In function ‘fatal_with_file_and_line’:
./read-rtl.c:62: warning: traditional C rejects ISO C style function definitions./read-rtl.c: In function ‘read_rtx’:
./read-rtl.c:662: error: invalid lvalue in increment
make[1]: *** [read-rtl.o] Error 1
make[1]: Leaving directory `/home/sroy/install/gcc-3.2_install/gcc-3.2/gcc'
make: *** [all-gcc] Error 2