This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
install gcc 3.2
- From: quantumtp <soumyaroop at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 24 Feb 2006 11:52:54 -0800 (PST)
- Subject: 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
--
View this message in context: http://www.nabble.com/install-gcc-3.2-t1183030.html#a3114607
Sent from the gcc - Help forum at Nabble.com.